Html Css Color HEX #6F7330 Olivetone

📋 copy color: '#6F7330'

red 111 ◦ green 115 ◦ blue 48

#6F7330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #6F7330

Tints of Olivetone #6F7330

RGB

 RED value IS 111 (43.75% from 255) = 40.51%

 GREEN value IS 115 (45.31% from 255) = 41.97%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 40.51%
G = 41.97%
B = 17.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F7330 (or 0x6F7330) is known color: Olivetone. HEX triplet: 6F, 73 and 30. RGB value is (111,115,48). Sum of RGB (Red+Green+Blue) = 111+115+48=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7330 is #908CCF. Grayscale: #6A6A6A. Windows color (decimal): -9473232 or 3175279. OLE color: 3175279.

HSL color Cylindrical-coordinate representation of color #6F7330: hue angle of 63.58º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F7330 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 115 48 -
CMYK 0.03 0 0.58 0.55
HSL 63.58º 0.41% 0.32% -
HSV(B) 63.58º 0.58% 0.45% -
XYZ 13.22 15.85 5.16 -
YUV 106.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 111 115 48 0.03 0 0.58 0.55 63.58 0.41 0.32
Hex 6F 73 30 3 0 3A 37 40 29 20
Octal 157 163 60 3 0 72 67 100 51 40
Binary 1101111 1110011 110000 11 0 111010 110111 1000000 101001 100000

Color Harmonies of #6F7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7330

Black with #6F7330

Text Example


Text Example

White with #6F7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7330; }

 p { color: rgb(111,115,48); }

 H1.HeaderClassName
 {
   color: #6F7330;
 }
 .AnyTagClassName
 {
   color: #6F7330;
 }
</style>

background-color css

<style>
 a { background-color: #6F7330; }

 a { background-color: rgb(111,115,48); }

 div.DivClassName
 {
   background-color: #6F7330;
 }
 .BgClassName
 {
   background-color: #6F7330;
 }
</style>

border-color css

<style>
 span { border-color: #6F7330; }

 span { border-color: rgb(111,115,48); }

 td.TdClassName
 {
   border-color: #6F7330;
 }
 .TagClassName
 {
   border-color: #6F7330;
 }
</style>