Shades of Olive Drab #6F900D
Tints of Olive Drab #6F900D
RGB
CMYK
RGB Variations
Color information
#6F900D (or 0x6F900D) is known color: Olive Drab. HEX triplet: 6F, 90 and 0D. RGB value is (111,144,13). Sum of RGB (Red+Green+Blue) = 111+144+13=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #6F900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F900D is #906FF2. Grayscale: #777777. Windows color (decimal): -9465843 or 888943. OLE color: 888943.
HSL color Cylindrical-coordinate representation of color #6F900D: hue angle of 75.11º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F900D is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 13 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.44 |
| HSL | 75.11º | 0.83% | 0.31% | - |
| HSV(B) | 75.11º | 0.91% | 0.56% | - |
| XYZ | 16.6 | 23.36 | 4.01 | - |
| YUV | 119.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 13 | 0.23 | 0 | 0.91 | 0.44 | 75.11 | 0.83 | 0.31 |
| Hex | 6F | 90 | D | 17 | 0 | 5B | 2C | 4B | 53 | 1F |
| Octal | 157 | 220 | 15 | 27 | 0 | 133 | 54 | 113 | 123 | 37 |
| Binary | 1101111 | 10010000 | 1101 | 10111 | 0 | 1011011 | 101100 | 1001011 | 1010011 | 11111 |
Color Harmonies of #6F900D
Complementary color
Monochromatic Colors of #6F900D
Black with #6F900D
Text Example
Text Example
White with #6F900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F900D; }
p { color: rgb(111,144,13); }
H1.HeaderClassName
{
color: #6F900D;
}
.AnyTagClassName
{
color: #6F900D;
}
</style>
background-color css
<style>
a { background-color: #6F900D; }
a { background-color: rgb(111,144,13); }
div.DivClassName
{
background-color: #6F900D;
}
.BgClassName
{
background-color: #6F900D;
}
</style>
border-color css
<style>
span { border-color: #6F900D; }
span { border-color: rgb(111,144,13); }
td.TdClassName
{
border-color: #6F900D;
}
.TagClassName
{
border-color: #6F900D;
}
</style>