Shades of Olive Drab #65892C
Tints of Olive Drab #65892C
RGB
CMYK
RGB Variations
Color information
#65892C (or 0x65892C) is known color: Olive Drab. HEX triplet: 65, 89 and 2C. RGB value is (101,137,44). Sum of RGB (Red+Green+Blue) = 101+137+44=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #65892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65892C is #9A76D3. Grayscale: #737373. Windows color (decimal): -10122964 or 2918757. OLE color: 2918757.
HSL color Cylindrical-coordinate representation of color #65892C: hue angle of 83.23º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65892C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 44 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.46 |
| HSL | 83.23º | 0.51% | 0.35% | - |
| HSV(B) | 83.23º | 0.68% | 0.54% | - |
| XYZ | 14.77 | 20.84 | 5.63 | - |
| YUV | 115.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 44 | 0.26 | 0 | 0.68 | 0.46 | 83.23 | 0.51 | 0.35 |
| Hex | 65 | 89 | 2C | 1A | 0 | 44 | 2E | 53 | 33 | 23 |
| Octal | 145 | 211 | 54 | 32 | 0 | 104 | 56 | 123 | 63 | 43 |
| Binary | 1100101 | 10001001 | 101100 | 11010 | 0 | 1000100 | 101110 | 1010011 | 110011 | 100011 |
Color Harmonies of #65892C
Complementary color
Monochromatic Colors of #65892C
Black with #65892C
Text Example
Text Example
White with #65892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65892C; }
p { color: rgb(101,137,44); }
H1.HeaderClassName
{
color: #65892C;
}
.AnyTagClassName
{
color: #65892C;
}
</style>
background-color css
<style>
a { background-color: #65892C; }
a { background-color: rgb(101,137,44); }
div.DivClassName
{
background-color: #65892C;
}
.BgClassName
{
background-color: #65892C;
}
</style>
border-color css
<style>
span { border-color: #65892C; }
span { border-color: rgb(101,137,44); }
td.TdClassName
{
border-color: #65892C;
}
.TagClassName
{
border-color: #65892C;
}
</style>