#6D7906

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

Shades of Olive #6D7906

Tints of Olive #6D7906

Color information

#6D7906 (or 0x6D7906) is unknown color: approx Olive. HEX triplet: 6D, 79 and 06. RGB value is (109,121,6). Sum of RGB (Red+Green+Blue) = 109+121+6=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7906 is #9286F9. Grayscale: #686868. Windows color (decimal): -9602810 or 424301. OLE color: 424301.

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

Color convert

RGB1091216-
CMYK0.1000.950.53
HSL66.26º90.55%24.9%-
HSV(B)66.26º95.04%47.45%-
XYZ13.1816.942.75-
YUV104.372.52131.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.19%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=46.19%
G=51.27%
B=2.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10912160.1000.950.5366.2690.5524.9
Hex6D796A05F35425b19
Octal15517161201376510213331
Binary110110111110011101010010111111101011000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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