#6C7708

Color #6C7708 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #6C7708

Tints of Olive #6C7708

Color information

#6C7708 (or 0x6C7708) is unknown color: approx Olive. HEX triplet: 6C, 77 and 08. RGB value is (108,119,8). Sum of RGB (Red+Green+Blue) = 108+119+8=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7708 is #9388F7. Grayscale: #676767. Windows color (decimal): -9668856 or 554860. OLE color: 554860.

HSL color Cylindrical-coordinate representation of color #6C7708: hue angle of 65.95º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C7708 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1081198-
CMYK0.0900.930.53
HSL65.95º87.4%24.9%-
HSV(B)65.95º93.28%46.67%-
XYZ12.8216.42.72-
YUV103.0674.36131.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=45.96%
G=50.64%
B=3.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10811980.0900.930.5365.9587.424.9
Hex6C778905D35425719
Octal154167101101356510212731
Binary1101100111011110001001010111011101011000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,8); }

 H1.HeaderClassName
 {
   color: #6C7708;
 }
 .AnyTagClassName
 {
   color: #6C7708;
 }
</style>
background-color css

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

 a { background-color: rgb(108,119,8); }

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

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

 span { border-color: rgb(108,119,8); }

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