Shades of Olive Drab #65870F
Tints of Olive Drab #65870F
RGB
CMYK
RGB Variations
Color information
#65870F (or 0x65870F) is known color: Olive Drab. HEX triplet: 65, 87 and 0F. RGB value is (101,135,15). Sum of RGB (Red+Green+Blue) = 101+135+15=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #65870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65870F is #9A78F0. Grayscale: #6F6F6F. Windows color (decimal): -10123505 or 1017701. OLE color: 1017701.
HSL color Cylindrical-coordinate representation of color #65870F: hue angle of 77º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65870F is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 15 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.47 |
| HSL | 77º | 0.8% | 0.29% | - |
| HSV(B) | 77º | 0.89% | 0.53% | - |
| XYZ | 14.12 | 20.13 | 3.59 | - |
| YUV | 111.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 15 | 0.25 | 0 | 0.89 | 0.47 | 77 | 0.8 | 0.29 |
| Hex | 65 | 87 | F | 19 | 0 | 59 | 2F | 4D | 50 | 1D |
| Octal | 145 | 207 | 17 | 31 | 0 | 131 | 57 | 115 | 120 | 35 |
| Binary | 1100101 | 10000111 | 1111 | 11001 | 0 | 1011001 | 101111 | 1001101 | 1010000 | 11101 |
Color Harmonies of #65870F
Complementary color
Monochromatic Colors of #65870F
Black with #65870F
Text Example
Text Example
White with #65870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65870F; }
p { color: rgb(101,135,15); }
H1.HeaderClassName
{
color: #65870F;
}
.AnyTagClassName
{
color: #65870F;
}
</style>
background-color css
<style>
a { background-color: #65870F; }
a { background-color: rgb(101,135,15); }
div.DivClassName
{
background-color: #65870F;
}
.BgClassName
{
background-color: #65870F;
}
</style>
border-color css
<style>
span { border-color: #65870F; }
span { border-color: rgb(101,135,15); }
td.TdClassName
{
border-color: #65870F;
}
.TagClassName
{
border-color: #65870F;
}
</style>