Shades of Olive Drab #65872A
Tints of Olive Drab #65872A
RGB
CMYK
RGB Variations
Color information
#65872A (or 0x65872A) is known color: Olive Drab. HEX triplet: 65, 87 and 2A. RGB value is (101,135,42). Sum of RGB (Red+Green+Blue) = 101+135+42=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #65872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65872A is #9A78D5. Grayscale: #727272. Windows color (decimal): -10123478 or 2787173. OLE color: 2787173.
HSL color Cylindrical-coordinate representation of color #65872A: hue angle of 81.94º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65872A is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 42 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.47 |
| HSL | 81.94º | 0.53% | 0.35% | - |
| HSV(B) | 81.94º | 0.69% | 0.53% | - |
| XYZ | 14.45 | 20.26 | 5.34 | - |
| YUV | 114.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 42 | 0.25 | 0 | 0.69 | 0.47 | 81.94 | 0.53 | 0.35 |
| Hex | 65 | 87 | 2A | 19 | 0 | 45 | 2F | 52 | 35 | 23 |
| Octal | 145 | 207 | 52 | 31 | 0 | 105 | 57 | 122 | 65 | 43 |
| Binary | 1100101 | 10000111 | 101010 | 11001 | 0 | 1000101 | 101111 | 1010010 | 110101 | 100011 |
Color Harmonies of #65872A
Complementary color
Monochromatic Colors of #65872A
Black with #65872A
Text Example
Text Example
White with #65872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65872A; }
p { color: rgb(101,135,42); }
H1.HeaderClassName
{
color: #65872A;
}
.AnyTagClassName
{
color: #65872A;
}
</style>
background-color css
<style>
a { background-color: #65872A; }
a { background-color: rgb(101,135,42); }
div.DivClassName
{
background-color: #65872A;
}
.BgClassName
{
background-color: #65872A;
}
</style>
border-color css
<style>
span { border-color: #65872A; }
span { border-color: rgb(101,135,42); }
td.TdClassName
{
border-color: #65872A;
}
.TagClassName
{
border-color: #65872A;
}
</style>