Shades of Olive Drab #65851F
Tints of Olive Drab #65851F
RGB
CMYK
RGB Variations
Color information
#65851F (or 0x65851F) is known color: Olive Drab. HEX triplet: 65, 85 and 1F. RGB value is (101,133,31). Sum of RGB (Red+Green+Blue) = 101+133+31=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #65851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65851F is #9A7AE0. Grayscale: #707070. Windows color (decimal): -10124001 or 2065765. OLE color: 2065765.
HSL color Cylindrical-coordinate representation of color #65851F: hue angle of 78.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65851F is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 31 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.48 |
| HSL | 78.82º | 0.62% | 0.32% | - |
| HSV(B) | 78.82º | 0.77% | 0.52% | - |
| XYZ | 14 | 19.64 | 4.35 | - |
| YUV | 111.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 31 | 0.24 | 0 | 0.77 | 0.48 | 78.82 | 0.62 | 0.32 |
| Hex | 65 | 85 | 1F | 18 | 0 | 4D | 30 | 4F | 3E | 20 |
| Octal | 145 | 205 | 37 | 30 | 0 | 115 | 60 | 117 | 76 | 40 |
| Binary | 1100101 | 10000101 | 11111 | 11000 | 0 | 1001101 | 110000 | 1001111 | 111110 | 100000 |
Color Harmonies of #65851F
Complementary color
Monochromatic Colors of #65851F
Black with #65851F
Text Example
Text Example
White with #65851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65851F; }
p { color: rgb(101,133,31); }
H1.HeaderClassName
{
color: #65851F;
}
.AnyTagClassName
{
color: #65851F;
}
</style>
background-color css
<style>
a { background-color: #65851F; }
a { background-color: rgb(101,133,31); }
div.DivClassName
{
background-color: #65851F;
}
.BgClassName
{
background-color: #65851F;
}
</style>
border-color css
<style>
span { border-color: #65851F; }
span { border-color: rgb(101,133,31); }
td.TdClassName
{
border-color: #65851F;
}
.TagClassName
{
border-color: #65851F;
}
</style>