Shades of Olive #6D8008
Tints of Olive #6D8008
RGB
CMYK
RGB Variations
Color information
#6D8008 (or 0x6D8008) is known color: Olive. HEX triplet: 6D, 80 and 08. RGB value is (109,128,8). Sum of RGB (Red+Green+Blue) = 109+128+8=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8008 is #927FF7. Grayscale: #6D6D6D. Windows color (decimal): -9601016 or 557165. OLE color: 557165.
HSL color Cylindrical-coordinate representation of color #6D8008: hue angle of 69.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D8008 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 8 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.50 |
| HSL | 69.5º | 0.88% | 0.27% | - |
| HSV(B) | 69.5º | 0.94% | 0.5% | - |
| XYZ | 14.07 | 18.71 | 3.1 | - |
| YUV | 108.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 8 | 0.15 | 0 | 0.94 | 0.50 | 69.5 | 0.88 | 0.27 |
| Hex | 6D | 80 | 8 | F | 0 | 5E | 32 | 46 | 58 | 1B |
| Octal | 155 | 200 | 10 | 17 | 0 | 136 | 62 | 106 | 130 | 33 |
| Binary | 1101101 | 10000000 | 1000 | 1111 | 0 | 1011110 | 110010 | 1000110 | 1011000 | 11011 |
Color Harmonies of #6D8008
Complementary color
Monochromatic Colors of #6D8008
Black with #6D8008
Text Example
Text Example
White with #6D8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8008; }
p { color: rgb(109,128,8); }
H1.HeaderClassName
{
color: #6D8008;
}
.AnyTagClassName
{
color: #6D8008;
}
</style>
background-color css
<style>
a { background-color: #6D8008; }
a { background-color: rgb(109,128,8); }
div.DivClassName
{
background-color: #6D8008;
}
.BgClassName
{
background-color: #6D8008;
}
</style>
border-color css
<style>
span { border-color: #6D8008; }
span { border-color: rgb(109,128,8); }
td.TdClassName
{
border-color: #6D8008;
}
.TagClassName
{
border-color: #6D8008;
}
</style>