Shades of Olive Drab #6F8919
Tints of Olive Drab #6F8919
RGB
CMYK
RGB Variations
Color information
#6F8919 (or 0x6F8919) is known color: Olive Drab. HEX triplet: 6F, 89 and 19. RGB value is (111,137,25). Sum of RGB (Red+Green+Blue) = 111+137+25=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8919 is #9076E6. Grayscale: #747474. Windows color (decimal): -9467623 or 1673583. OLE color: 1673583.
HSL color Cylindrical-coordinate representation of color #6F8919: hue angle of 73.93º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F8919 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 25 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.46 |
| HSL | 73.93º | 0.69% | 0.32% | - |
| HSV(B) | 73.93º | 0.82% | 0.54% | - |
| XYZ | 15.68 | 21.34 | 4.21 | - |
| YUV | 116.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 25 | 0.19 | 0 | 0.82 | 0.46 | 73.93 | 0.69 | 0.32 |
| Hex | 6F | 89 | 19 | 13 | 0 | 52 | 2E | 4A | 45 | 20 |
| Octal | 157 | 211 | 31 | 23 | 0 | 122 | 56 | 112 | 105 | 40 |
| Binary | 1101111 | 10001001 | 11001 | 10011 | 0 | 1010010 | 101110 | 1001010 | 1000101 | 100000 |
Color Harmonies of #6F8919
Complementary color
Monochromatic Colors of #6F8919
Black with #6F8919
Text Example
Text Example
White with #6F8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8919; }
p { color: rgb(111,137,25); }
H1.HeaderClassName
{
color: #6F8919;
}
.AnyTagClassName
{
color: #6F8919;
}
</style>
background-color css
<style>
a { background-color: #6F8919; }
a { background-color: rgb(111,137,25); }
div.DivClassName
{
background-color: #6F8919;
}
.BgClassName
{
background-color: #6F8919;
}
</style>
border-color css
<style>
span { border-color: #6F8919; }
span { border-color: rgb(111,137,25); }
td.TdClassName
{
border-color: #6F8919;
}
.TagClassName
{
border-color: #6F8919;
}
</style>