Shades of Olive Drab #65990F
Tints of Olive Drab #65990F
RGB
CMYK
RGB Variations
Color information
#65990F (or 0x65990F) is known color: Olive Drab. HEX triplet: 65, 99 and 0F. RGB value is (101,153,15). Sum of RGB (Red+Green+Blue) = 101+153+15=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #65990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65990F is #9A66F0. Grayscale: #7A7A7A. Windows color (decimal): -10118897 or 1022309. OLE color: 1022309.
HSL color Cylindrical-coordinate representation of color #65990F: hue angle of 82.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65990F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 15 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.4 |
| HSL | 82.61º | 0.82% | 0.33% | - |
| HSV(B) | 82.61º | 0.9% | 0.6% | - |
| XYZ | 16.84 | 25.58 | 4.5 | - |
| YUV | 121.72 | 67.77 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 15 | 0.34 | 0 | 0.90 | 0.4 | 82.61 | 0.82 | 0.33 |
| Hex | 65 | 99 | F | 22 | 0 | 5A | 28 | 53 | 52 | 21 |
| Octal | 145 | 231 | 17 | 42 | 0 | 132 | 50 | 123 | 122 | 41 |
| Binary | 1100101 | 10011001 | 1111 | 100010 | 0 | 1011010 | 101000 | 1010011 | 1010010 | 100001 |
Color Harmonies of #65990F
Complementary color
Monochromatic Colors of #65990F
Black with #65990F
Text Example
Text Example
White with #65990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65990F; }
p { color: rgb(101,153,15); }
H1.HeaderClassName
{
color: #65990F;
}
.AnyTagClassName
{
color: #65990F;
}
</style>
background-color css
<style>
a { background-color: #65990F; }
a { background-color: rgb(101,153,15); }
div.DivClassName
{
background-color: #65990F;
}
.BgClassName
{
background-color: #65990F;
}
</style>
border-color css
<style>
span { border-color: #65990F; }
span { border-color: rgb(101,153,15); }
td.TdClassName
{
border-color: #65990F;
}
.TagClassName
{
border-color: #65990F;
}
</style>