Shades of Olive Drab #69880A
Tints of Olive Drab #69880A
RGB
CMYK
RGB Variations
Color information
#69880A (or 0x69880A) is known color: Olive Drab. HEX triplet: 69, 88 and 0A. RGB value is (105,136,10). Sum of RGB (Red+Green+Blue) = 105+136+10=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #69880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69880A is #9677F5. Grayscale: #707070. Windows color (decimal): -9861110 or 690281. OLE color: 690281.
HSL color Cylindrical-coordinate representation of color #69880A: hue angle of 74.76º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69880A is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 10 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.47 |
| HSL | 74.76º | 0.86% | 0.29% | - |
| HSV(B) | 74.76º | 0.93% | 0.53% | - |
| XYZ | 14.68 | 20.63 | 3.5 | - |
| YUV | 112.37 | 70.23 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 10 | 0.23 | 0 | 0.93 | 0.47 | 74.76 | 0.86 | 0.29 |
| Hex | 69 | 88 | A | 17 | 0 | 5D | 2F | 4B | 56 | 1D |
| Octal | 151 | 210 | 12 | 27 | 0 | 135 | 57 | 113 | 126 | 35 |
| Binary | 1101001 | 10001000 | 1010 | 10111 | 0 | 1011101 | 101111 | 1001011 | 1010110 | 11101 |
Color Harmonies of #69880A
Complementary color
Monochromatic Colors of #69880A
Black with #69880A
Text Example
Text Example
White with #69880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69880A; }
p { color: rgb(105,136,10); }
H1.HeaderClassName
{
color: #69880A;
}
.AnyTagClassName
{
color: #69880A;
}
</style>
background-color css
<style>
a { background-color: #69880A; }
a { background-color: rgb(105,136,10); }
div.DivClassName
{
background-color: #69880A;
}
.BgClassName
{
background-color: #69880A;
}
</style>
border-color css
<style>
span { border-color: #69880A; }
span { border-color: rgb(105,136,10); }
td.TdClassName
{
border-color: #69880A;
}
.TagClassName
{
border-color: #69880A;
}
</style>