Shades of Olive Drab #6F9915
Tints of Olive Drab #6F9915
RGB
CMYK
RGB Variations
Color information
#6F9915 (or 0x6F9915) is known color: Olive Drab. HEX triplet: 6F, 99 and 15. RGB value is (111,153,21). Sum of RGB (Red+Green+Blue) = 111+153+21=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9915 is #9066EA. Grayscale: #7D7D7D. Windows color (decimal): -9463531 or 1415535. OLE color: 1415535.
HSL color Cylindrical-coordinate representation of color #6F9915: hue angle of 79.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F9915 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 21 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.4 |
| HSL | 79.09º | 0.76% | 0.34% | - |
| HSV(B) | 79.09º | 0.86% | 0.6% | - |
| XYZ | 18.08 | 26.22 | 4.82 | - |
| YUV | 125.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 21 | 0.27 | 0 | 0.86 | 0.4 | 79.09 | 0.76 | 0.34 |
| Hex | 6F | 99 | 15 | 1B | 0 | 56 | 28 | 4F | 4C | 22 |
| Octal | 157 | 231 | 25 | 33 | 0 | 126 | 50 | 117 | 114 | 42 |
| Binary | 1101111 | 10011001 | 10101 | 11011 | 0 | 1010110 | 101000 | 1001111 | 1001100 | 100010 |
Color Harmonies of #6F9915
Complementary color
Monochromatic Colors of #6F9915
Black with #6F9915
Text Example
Text Example
White with #6F9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9915; }
p { color: rgb(111,153,21); }
H1.HeaderClassName
{
color: #6F9915;
}
.AnyTagClassName
{
color: #6F9915;
}
</style>
background-color css
<style>
a { background-color: #6F9915; }
a { background-color: rgb(111,153,21); }
div.DivClassName
{
background-color: #6F9915;
}
.BgClassName
{
background-color: #6F9915;
}
</style>
border-color css
<style>
span { border-color: #6F9915; }
span { border-color: rgb(111,153,21); }
td.TdClassName
{
border-color: #6F9915;
}
.TagClassName
{
border-color: #6F9915;
}
</style>