Shades of Olive Drab #65921F
Tints of Olive Drab #65921F
RGB
CMYK
RGB Variations
Color information
#65921F (or 0x65921F) is known color: Olive Drab. HEX triplet: 65, 92 and 1F. RGB value is (101,146,31). Sum of RGB (Red+Green+Blue) = 101+146+31=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #65921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65921F is #9A6DE0. Grayscale: #777777. Windows color (decimal): -10120673 or 2069093. OLE color: 2069093.
HSL color Cylindrical-coordinate representation of color #65921F: hue angle of 83.48º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65921F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 31 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.43 |
| HSL | 83.48º | 0.65% | 0.35% | - |
| HSV(B) | 83.48º | 0.79% | 0.57% | - |
| XYZ | 15.89 | 23.42 | 4.98 | - |
| YUV | 119.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 31 | 0.31 | 0 | 0.79 | 0.43 | 83.48 | 0.65 | 0.35 |
| Hex | 65 | 92 | 1F | 1F | 0 | 4F | 2B | 53 | 41 | 23 |
| Octal | 145 | 222 | 37 | 37 | 0 | 117 | 53 | 123 | 101 | 43 |
| Binary | 1100101 | 10010010 | 11111 | 11111 | 0 | 1001111 | 101011 | 1010011 | 1000001 | 100011 |
Color Harmonies of #65921F
Complementary color
Monochromatic Colors of #65921F
Black with #65921F
Text Example
Text Example
White with #65921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65921F; }
p { color: rgb(101,146,31); }
H1.HeaderClassName
{
color: #65921F;
}
.AnyTagClassName
{
color: #65921F;
}
</style>
background-color css
<style>
a { background-color: #65921F; }
a { background-color: rgb(101,146,31); }
div.DivClassName
{
background-color: #65921F;
}
.BgClassName
{
background-color: #65921F;
}
</style>
border-color css
<style>
span { border-color: #65921F; }
span { border-color: rgb(101,146,31); }
td.TdClassName
{
border-color: #65921F;
}
.TagClassName
{
border-color: #65921F;
}
</style>