Shades of Olive Drab #6F881C
Tints of Olive Drab #6F881C
RGB
CMYK
RGB Variations
Color information
#6F881C (or 0x6F881C) is known color: Olive Drab. HEX triplet: 6F, 88 and 1C. RGB value is (111,136,28). Sum of RGB (Red+Green+Blue) = 111+136+28=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #6F881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F881C is #9077E3. Grayscale: #747474. Windows color (decimal): -9467876 or 1869935. OLE color: 1869935.
HSL color Cylindrical-coordinate representation of color #6F881C: hue angle of 73.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F881C is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 28 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.47 |
| HSL | 73.89º | 0.66% | 0.32% | - |
| HSV(B) | 73.89º | 0.79% | 0.53% | - |
| XYZ | 15.57 | 21.07 | 4.35 | - |
| YUV | 116.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 28 | 0.18 | 0 | 0.79 | 0.47 | 73.89 | 0.66 | 0.32 |
| Hex | 6F | 88 | 1C | 12 | 0 | 4F | 2F | 4A | 42 | 20 |
| Octal | 157 | 210 | 34 | 22 | 0 | 117 | 57 | 112 | 102 | 40 |
| Binary | 1101111 | 10001000 | 11100 | 10010 | 0 | 1001111 | 101111 | 1001010 | 1000010 | 100000 |
Color Harmonies of #6F881C
Complementary color
Monochromatic Colors of #6F881C
Black with #6F881C
Text Example
Text Example
White with #6F881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F881C; }
p { color: rgb(111,136,28); }
H1.HeaderClassName
{
color: #6F881C;
}
.AnyTagClassName
{
color: #6F881C;
}
</style>
background-color css
<style>
a { background-color: #6F881C; }
a { background-color: rgb(111,136,28); }
div.DivClassName
{
background-color: #6F881C;
}
.BgClassName
{
background-color: #6F881C;
}
</style>
border-color css
<style>
span { border-color: #6F881C; }
span { border-color: rgb(111,136,28); }
td.TdClassName
{
border-color: #6F881C;
}
.TagClassName
{
border-color: #6F881C;
}
</style>