Shades of Olive Drab #65871B
Tints of Olive Drab #65871B
RGB
CMYK
RGB Variations
Color information
#65871B (or 0x65871B) is known color: Olive Drab. HEX triplet: 65, 87 and 1B. RGB value is (101,135,27). Sum of RGB (Red+Green+Blue) = 101+135+27=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #65871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65871B is #9A78E4. Grayscale: #707070. Windows color (decimal): -10123493 or 1804133. OLE color: 1804133.
HSL color Cylindrical-coordinate representation of color #65871B: hue angle of 78.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65871B is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 27 | - |
| CMYK | 0.25 | 0 | 0.8 | 0.47 |
| HSL | 78.89º | 0.67% | 0.32% | - |
| HSV(B) | 78.89º | 0.8% | 0.53% | - |
| XYZ | 14.23 | 20.17 | 4.18 | - |
| YUV | 112.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 27 | 0.25 | 0 | 0.8 | 0.47 | 78.89 | 0.67 | 0.32 |
| Hex | 65 | 87 | 1B | 19 | 0 | 50 | 2F | 4F | 43 | 20 |
| Octal | 145 | 207 | 33 | 31 | 0 | 120 | 57 | 117 | 103 | 40 |
| Binary | 1100101 | 10000111 | 11011 | 11001 | 0 | 1010000 | 101111 | 1001111 | 1000011 | 100000 |
Color Harmonies of #65871B
Complementary color
Monochromatic Colors of #65871B
Black with #65871B
Text Example
Text Example
White with #65871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65871B; }
p { color: rgb(101,135,27); }
H1.HeaderClassName
{
color: #65871B;
}
.AnyTagClassName
{
color: #65871B;
}
</style>
background-color css
<style>
a { background-color: #65871B; }
a { background-color: rgb(101,135,27); }
div.DivClassName
{
background-color: #65871B;
}
.BgClassName
{
background-color: #65871B;
}
</style>
border-color css
<style>
span { border-color: #65871B; }
span { border-color: rgb(101,135,27); }
td.TdClassName
{
border-color: #65871B;
}
.TagClassName
{
border-color: #65871B;
}
</style>