Shades of Olive Drab #69880D
Tints of Olive Drab #69880D
RGB
CMYK
RGB Variations
Color information
#69880D (or 0x69880D) is known color: Olive Drab. HEX triplet: 69, 88 and 0D. RGB value is (105,136,13). Sum of RGB (Red+Green+Blue) = 105+136+13=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #69880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69880D is #9677F2. Grayscale: #717171. Windows color (decimal): -9861107 or 886889. OLE color: 886889.
HSL color Cylindrical-coordinate representation of color #69880D: hue angle of 75.12º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69880D is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 13 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.47 |
| HSL | 75.12º | 0.83% | 0.29% | - |
| HSV(B) | 75.12º | 0.9% | 0.53% | - |
| XYZ | 14.7 | 20.64 | 3.59 | - |
| YUV | 112.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 13 | 0.23 | 0 | 0.90 | 0.47 | 75.12 | 0.83 | 0.29 |
| Hex | 69 | 88 | D | 17 | 0 | 5A | 2F | 4B | 53 | 1D |
| Octal | 151 | 210 | 15 | 27 | 0 | 132 | 57 | 113 | 123 | 35 |
| Binary | 1101001 | 10001000 | 1101 | 10111 | 0 | 1011010 | 101111 | 1001011 | 1010011 | 11101 |
Color Harmonies of #69880D
Complementary color
Monochromatic Colors of #69880D
Black with #69880D
Text Example
Text Example
White with #69880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69880D; }
p { color: rgb(105,136,13); }
H1.HeaderClassName
{
color: #69880D;
}
.AnyTagClassName
{
color: #69880D;
}
</style>
background-color css
<style>
a { background-color: #69880D; }
a { background-color: rgb(105,136,13); }
div.DivClassName
{
background-color: #69880D;
}
.BgClassName
{
background-color: #69880D;
}
</style>
border-color css
<style>
span { border-color: #69880D; }
span { border-color: rgb(105,136,13); }
td.TdClassName
{
border-color: #69880D;
}
.TagClassName
{
border-color: #69880D;
}
</style>