Shades of Olive Drab #658907
Tints of Olive Drab #658907
RGB
CMYK
RGB Variations
Color information
#658907 (or 0x658907) is known color: Olive Drab. HEX triplet: 65, 89 and 07. RGB value is (101,137,7). Sum of RGB (Red+Green+Blue) = 101+137+7=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #658907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658907 is #9A76F8. Grayscale: #6F6F6F. Windows color (decimal): -10123001 or 493925. OLE color: 493925.
HSL color Cylindrical-coordinate representation of color #658907: hue angle of 76.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #658907 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 7 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.46 |
| HSL | 76.62º | 0.9% | 0.28% | - |
| HSV(B) | 76.62º | 0.95% | 0.54% | - |
| XYZ | 14.35 | 20.67 | 3.44 | - |
| YUV | 111.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 7 | 0.26 | 0 | 0.95 | 0.46 | 76.62 | 0.9 | 0.28 |
| Hex | 65 | 89 | 7 | 1A | 0 | 5F | 2E | 4D | 5A | 1C |
| Octal | 145 | 211 | 7 | 32 | 0 | 137 | 56 | 115 | 132 | 34 |
| Binary | 1100101 | 10001001 | 111 | 11010 | 0 | 1011111 | 101110 | 1001101 | 1011010 | 11100 |
Color Harmonies of #658907
Complementary color
Monochromatic Colors of #658907
Black with #658907
Text Example
Text Example
White with #658907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658907; }
p { color: rgb(101,137,7); }
H1.HeaderClassName
{
color: #658907;
}
.AnyTagClassName
{
color: #658907;
}
</style>
background-color css
<style>
a { background-color: #658907; }
a { background-color: rgb(101,137,7); }
div.DivClassName
{
background-color: #658907;
}
.BgClassName
{
background-color: #658907;
}
</style>
border-color css
<style>
span { border-color: #658907; }
span { border-color: rgb(101,137,7); }
td.TdClassName
{
border-color: #658907;
}
.TagClassName
{
border-color: #658907;
}
</style>