#6D6E06

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

Shades of Olive #6D6E06

Tints of Olive #6D6E06

Color information

#6D6E06 (or 0x6D6E06) is unknown color: approx Olive. HEX triplet: 6D, 6E and 06. RGB value is (109,110,6). Sum of RGB (Red+Green+Blue) = 109+110+6=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6E06 is #9291F9. Grayscale: #626262. Windows color (decimal): -9605626 or 421485. OLE color: 421485.

HSL color Cylindrical-coordinate representation of color #6D6E06: hue angle of 60.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D6E06 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB1091106-
CMYK0.0100.950.57
HSL60.58º89.66%22.75%-
HSV(B)60.58º94.55%43.14%-
XYZ11.9214.422.33-
YUV97.8476.17135.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=48.44%
G=48.89%
B=2.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10911060.0100.950.5760.5889.6622.75
Hex6D6E6105F393d5a17
Octal155156610137717513227
Binary11011011101110110101011111111001111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,6); }

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

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

 a { background-color: rgb(109,110,6); }

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

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

 span { border-color: rgb(109,110,6); }

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