Shades of Olive Drab #69870D
Tints of Olive Drab #69870D
RGB
CMYK
RGB Variations
Color information
#69870D (or 0x69870D) is known color: Olive Drab. HEX triplet: 69, 87 and 0D. RGB value is (105,135,13). Sum of RGB (Red+Green+Blue) = 105+135+13=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #69870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69870D is #9678F2. Grayscale: #707070. Windows color (decimal): -9861363 or 886633. OLE color: 886633.
HSL color Cylindrical-coordinate representation of color #69870D: hue angle of 74.75º degrees, saturation: 0.82, 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 #69870D is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 13 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.47 |
| HSL | 74.75º | 0.82% | 0.29% | - |
| HSV(B) | 74.75º | 0.9% | 0.53% | - |
| XYZ | 14.56 | 20.36 | 3.54 | - |
| YUV | 112.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 13 | 0.22 | 0 | 0.90 | 0.47 | 74.75 | 0.82 | 0.29 |
| Hex | 69 | 87 | D | 16 | 0 | 5A | 2F | 4B | 52 | 1D |
| Octal | 151 | 207 | 15 | 26 | 0 | 132 | 57 | 113 | 122 | 35 |
| Binary | 1101001 | 10000111 | 1101 | 10110 | 0 | 1011010 | 101111 | 1001011 | 1010010 | 11101 |
Color Harmonies of #69870D
Complementary color
Monochromatic Colors of #69870D
Black with #69870D
Text Example
Text Example
White with #69870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69870D; }
p { color: rgb(105,135,13); }
H1.HeaderClassName
{
color: #69870D;
}
.AnyTagClassName
{
color: #69870D;
}
</style>
background-color css
<style>
a { background-color: #69870D; }
a { background-color: rgb(105,135,13); }
div.DivClassName
{
background-color: #69870D;
}
.BgClassName
{
background-color: #69870D;
}
</style>
border-color css
<style>
span { border-color: #69870D; }
span { border-color: rgb(105,135,13); }
td.TdClassName
{
border-color: #69870D;
}
.TagClassName
{
border-color: #69870D;
}
</style>