#6D7406

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

Shades of Olive #6D7406

Tints of Olive #6D7406

Color information

#6D7406 (or 0x6D7406) is unknown color: approx Olive. HEX triplet: 6D, 74 and 06. RGB value is (109,116,6). Sum of RGB (Red+Green+Blue) = 109+116+6=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7406 is #928BF9. Grayscale: #656565. Windows color (decimal): -9604090 or 423021. OLE color: 423021.

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

Color convert

RGB1091166-
CMYK0.0600.950.55
HSL63.82º90.16%23.92%-
HSV(B)63.82º94.83%45.49%-
XYZ12.5815.762.55-
YUV101.3774.18133.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=47.19%
G=50.22%
B=2.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10911660.0600.950.5563.8290.1623.92
Hex6D746605F37405a18
Octal1551646601376710013230
Binary11011011110100110110010111111101111000000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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