Shades of Olive Drab #659307
Tints of Olive Drab #659307
RGB
CMYK
RGB Variations
Color information
#659307 (or 0x659307) is known color: Olive Drab. HEX triplet: 65, 93 and 07. RGB value is (101,147,7). Sum of RGB (Red+Green+Blue) = 101+147+7=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #659307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659307 is #9A6CF8. Grayscale: #757575. Windows color (decimal): -10120441 or 496485. OLE color: 496485.
HSL color Cylindrical-coordinate representation of color #659307: hue angle of 79.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #659307 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 7 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.42 |
| HSL | 79.71º | 0.91% | 0.3% | - |
| HSV(B) | 79.71º | 0.95% | 0.58% | - |
| XYZ | 15.84 | 23.65 | 3.93 | - |
| YUV | 117.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 7 | 0.31 | 0 | 0.95 | 0.42 | 79.71 | 0.91 | 0.3 |
| Hex | 65 | 93 | 7 | 1F | 0 | 5F | 2A | 50 | 5B | 1E |
| Octal | 145 | 223 | 7 | 37 | 0 | 137 | 52 | 120 | 133 | 36 |
| Binary | 1100101 | 10010011 | 111 | 11111 | 0 | 1011111 | 101010 | 1010000 | 1011011 | 11110 |
Color Harmonies of #659307
Complementary color
Monochromatic Colors of #659307
Black with #659307
Text Example
Text Example
White with #659307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659307; }
p { color: rgb(101,147,7); }
H1.HeaderClassName
{
color: #659307;
}
.AnyTagClassName
{
color: #659307;
}
</style>
background-color css
<style>
a { background-color: #659307; }
a { background-color: rgb(101,147,7); }
div.DivClassName
{
background-color: #659307;
}
.BgClassName
{
background-color: #659307;
}
</style>
border-color css
<style>
span { border-color: #659307; }
span { border-color: rgb(101,147,7); }
td.TdClassName
{
border-color: #659307;
}
.TagClassName
{
border-color: #659307;
}
</style>