Shades of Olive Drab #6F900B
Tints of Olive Drab #6F900B
RGB
CMYK
RGB Variations
Color information
#6F900B (or 0x6F900B) is known color: Olive Drab. HEX triplet: 6F, 90 and 0B. RGB value is (111,144,11). Sum of RGB (Red+Green+Blue) = 111+144+11=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #6F900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F900B is #906FF4. Grayscale: #777777. Windows color (decimal): -9465845 or 757871. OLE color: 757871.
HSL color Cylindrical-coordinate representation of color #6F900B: hue angle of 74.89º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F900B is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 11 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.44 |
| HSL | 74.89º | 0.86% | 0.3% | - |
| HSV(B) | 74.89º | 0.92% | 0.56% | - |
| XYZ | 16.59 | 23.35 | 3.95 | - |
| YUV | 118.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 11 | 0.23 | 0 | 0.92 | 0.44 | 74.89 | 0.86 | 0.3 |
| Hex | 6F | 90 | B | 17 | 0 | 5C | 2C | 4B | 56 | 1E |
| Octal | 157 | 220 | 13 | 27 | 0 | 134 | 54 | 113 | 126 | 36 |
| Binary | 1101111 | 10010000 | 1011 | 10111 | 0 | 1011100 | 101100 | 1001011 | 1010110 | 11110 |
Color Harmonies of #6F900B
Complementary color
Monochromatic Colors of #6F900B
Black with #6F900B
Text Example
Text Example
White with #6F900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F900B; }
p { color: rgb(111,144,11); }
H1.HeaderClassName
{
color: #6F900B;
}
.AnyTagClassName
{
color: #6F900B;
}
</style>
background-color css
<style>
a { background-color: #6F900B; }
a { background-color: rgb(111,144,11); }
div.DivClassName
{
background-color: #6F900B;
}
.BgClassName
{
background-color: #6F900B;
}
</style>
border-color css
<style>
span { border-color: #6F900B; }
span { border-color: rgb(111,144,11); }
td.TdClassName
{
border-color: #6F900B;
}
.TagClassName
{
border-color: #6F900B;
}
</style>