Shades of Olive Drab #659207
Tints of Olive Drab #659207
RGB
CMYK
RGB Variations
Color information
#659207 (or 0x659207) is known color: Olive Drab. HEX triplet: 65, 92 and 07. RGB value is (101,146,7). Sum of RGB (Red+Green+Blue) = 101+146+7=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #659207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659207 is #9A6DF8. Grayscale: #757575. Windows color (decimal): -10120697 or 496229. OLE color: 496229.
HSL color Cylindrical-coordinate representation of color #659207: hue angle of 79.42º degrees, saturation: 0.91, 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 #659207 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 7 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.43 |
| HSL | 79.42º | 0.91% | 0.3% | - |
| HSV(B) | 79.42º | 0.95% | 0.57% | - |
| XYZ | 15.68 | 23.34 | 3.88 | - |
| YUV | 116.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 7 | 0.31 | 0 | 0.95 | 0.43 | 79.42 | 0.91 | 0.3 |
| Hex | 65 | 92 | 7 | 1F | 0 | 5F | 2B | 4F | 5B | 1E |
| Octal | 145 | 222 | 7 | 37 | 0 | 137 | 53 | 117 | 133 | 36 |
| Binary | 1100101 | 10010010 | 111 | 11111 | 0 | 1011111 | 101011 | 1001111 | 1011011 | 11110 |
Color Harmonies of #659207
Complementary color
Monochromatic Colors of #659207
Black with #659207
Text Example
Text Example
White with #659207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659207; }
p { color: rgb(101,146,7); }
H1.HeaderClassName
{
color: #659207;
}
.AnyTagClassName
{
color: #659207;
}
</style>
background-color css
<style>
a { background-color: #659207; }
a { background-color: rgb(101,146,7); }
div.DivClassName
{
background-color: #659207;
}
.BgClassName
{
background-color: #659207;
}
</style>
border-color css
<style>
span { border-color: #659207; }
span { border-color: rgb(101,146,7); }
td.TdClassName
{
border-color: #659207;
}
.TagClassName
{
border-color: #659207;
}
</style>