#6C6C09

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

Shades of Olive #6C6C09

Tints of Olive #6C6C09

Color information

#6C6C09 (or 0x6C6C09) is unknown color: approx Olive. HEX triplet: 6C, 6C and 09. RGB value is (108,108,9). Sum of RGB (Red+Green+Blue) = 108+108+9=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 108 - color contains mainly: red, green. Hex color #6C6C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6C09 is #9393F6. Grayscale: #616161. Windows color (decimal): -9671671 or 617580. OLE color: 617580.

HSL color Cylindrical-coordinate representation of color #6C6C09: hue angle of 60º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C6C09 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB1081089-
CMYK000.920.58
HSL60º84.62%22.94%-
HSV(B)60º91.67%42.35%-
XYZ11.613.932.34-
YUV96.7178.5136.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 9 (3.91% from 255) = 4%
R=48%
G=48%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081089000.920.586084.6222.94
Hex6C6C9005C3A3c5517
Octal1541541100134727412527
Binary110110011011001001001011100111010111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,108,9); }

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

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

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

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

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

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

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