#6C7606

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

Shades of Olive #6C7606

Tints of Olive #6C7606

Color information

#6C7606 (or 0x6C7606) is unknown color: approx Olive. HEX triplet: 6C, 76 and 06. RGB value is (108,118,6). Sum of RGB (Red+Green+Blue) = 108+118+6=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7606 is #9389F9. Grayscale: #666666. Windows color (decimal): -9669114 or 423532. OLE color: 423532.

HSL color Cylindrical-coordinate representation of color #6C7606: hue angle of 65.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C7606 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB1081186-
CMYK0.0800.950.54
HSL65.36º90.32%24.31%-
HSV(B)65.36º94.92%46.27%-
XYZ12.716.162.62-
YUV102.2473.69132.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=46.55%
G=50.86%
B=2.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10811860.0800.950.5465.3690.3224.31
Hex6C766805F36415a18
Octal15416661001376610113230
Binary110110011101101101000010111111101101000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,118,6); }

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

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

 a { background-color: rgb(108,118,6); }

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

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

 span { border-color: rgb(108,118,6); }

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