Shades of Olive Drab #659208
Tints of Olive Drab #659208
RGB
CMYK
RGB Variations
Color information
#659208 (or 0x659208) is known color: Olive Drab. HEX triplet: 65, 92 and 08. RGB value is (101,146,8). Sum of RGB (Red+Green+Blue) = 101+146+8=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #659208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659208 is #9A6DF7. Grayscale: #757575. Windows color (decimal): -10120696 or 561765. OLE color: 561765.
HSL color Cylindrical-coordinate representation of color #659208: hue angle of 79.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #659208 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 8 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.43 |
| HSL | 79.57º | 0.9% | 0.3% | - |
| HSV(B) | 79.57º | 0.95% | 0.57% | - |
| XYZ | 15.69 | 23.34 | 3.91 | - |
| YUV | 116.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 8 | 0.31 | 0 | 0.95 | 0.43 | 79.57 | 0.9 | 0.3 |
| Hex | 65 | 92 | 8 | 1F | 0 | 5F | 2B | 50 | 5A | 1E |
| Octal | 145 | 222 | 10 | 37 | 0 | 137 | 53 | 120 | 132 | 36 |
| Binary | 1100101 | 10010010 | 1000 | 11111 | 0 | 1011111 | 101011 | 1010000 | 1011010 | 11110 |
Color Harmonies of #659208
Complementary color
Monochromatic Colors of #659208
Black with #659208
Text Example
Text Example
White with #659208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659208; }
p { color: rgb(101,146,8); }
H1.HeaderClassName
{
color: #659208;
}
.AnyTagClassName
{
color: #659208;
}
</style>
background-color css
<style>
a { background-color: #659208; }
a { background-color: rgb(101,146,8); }
div.DivClassName
{
background-color: #659208;
}
.BgClassName
{
background-color: #659208;
}
</style>
border-color css
<style>
span { border-color: #659208; }
span { border-color: rgb(101,146,8); }
td.TdClassName
{
border-color: #659208;
}
.TagClassName
{
border-color: #659208;
}
</style>