Shades of Olive Drab #659007
Tints of Olive Drab #659007
RGB
CMYK
RGB Variations
Color information
#659007 (or 0x659007) is known color: Olive Drab. HEX triplet: 65, 90 and 07. RGB value is (101,144,7). Sum of RGB (Red+Green+Blue) = 101+144+7=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #659007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659007 is #9A6FF8. Grayscale: #747474. Windows color (decimal): -10121209 or 495717. OLE color: 495717.
HSL color Cylindrical-coordinate representation of color #659007: hue angle of 78.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #659007 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 7 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.44 |
| HSL | 78.83º | 0.91% | 0.3% | - |
| HSV(B) | 78.83º | 0.95% | 0.56% | - |
| XYZ | 15.38 | 22.73 | 3.78 | - |
| YUV | 115.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 7 | 0.30 | 0 | 0.95 | 0.44 | 78.83 | 0.91 | 0.3 |
| Hex | 65 | 90 | 7 | 1E | 0 | 5F | 2C | 4F | 5B | 1E |
| Octal | 145 | 220 | 7 | 36 | 0 | 137 | 54 | 117 | 133 | 36 |
| Binary | 1100101 | 10010000 | 111 | 11110 | 0 | 1011111 | 101100 | 1001111 | 1011011 | 11110 |
Color Harmonies of #659007
Complementary color
Monochromatic Colors of #659007
Black with #659007
Text Example
Text Example
White with #659007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659007; }
p { color: rgb(101,144,7); }
H1.HeaderClassName
{
color: #659007;
}
.AnyTagClassName
{
color: #659007;
}
</style>
background-color css
<style>
a { background-color: #659007; }
a { background-color: rgb(101,144,7); }
div.DivClassName
{
background-color: #659007;
}
.BgClassName
{
background-color: #659007;
}
</style>
border-color css
<style>
span { border-color: #659007; }
span { border-color: rgb(101,144,7); }
td.TdClassName
{
border-color: #659007;
}
.TagClassName
{
border-color: #659007;
}
</style>