Shades of Olive Drab #659317
Tints of Olive Drab #659317
RGB
CMYK
RGB Variations
Color information
#659317 (or 0x659317) is known color: Olive Drab. HEX triplet: 65, 93 and 17. RGB value is (101,147,23). Sum of RGB (Red+Green+Blue) = 101+147+23=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #659317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659317 is #9A6CE8. Grayscale: #777777. Windows color (decimal): -10120425 or 1545061. OLE color: 1545061.
HSL color Cylindrical-coordinate representation of color #659317: hue angle of 82.26º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #659317 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 23 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.42 |
| HSL | 82.26º | 0.73% | 0.33% | - |
| HSV(B) | 82.26º | 0.84% | 0.58% | - |
| XYZ | 15.96 | 23.7 | 4.54 | - |
| YUV | 119.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 23 | 0.31 | 0 | 0.84 | 0.42 | 82.26 | 0.73 | 0.33 |
| Hex | 65 | 93 | 17 | 1F | 0 | 54 | 2A | 52 | 49 | 21 |
| Octal | 145 | 223 | 27 | 37 | 0 | 124 | 52 | 122 | 111 | 41 |
| Binary | 1100101 | 10010011 | 10111 | 11111 | 0 | 1010100 | 101010 | 1010010 | 1001001 | 100001 |
Color Harmonies of #659317
Complementary color
Monochromatic Colors of #659317
Black with #659317
Text Example
Text Example
White with #659317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659317; }
p { color: rgb(101,147,23); }
H1.HeaderClassName
{
color: #659317;
}
.AnyTagClassName
{
color: #659317;
}
</style>
background-color css
<style>
a { background-color: #659317; }
a { background-color: rgb(101,147,23); }
div.DivClassName
{
background-color: #659317;
}
.BgClassName
{
background-color: #659317;
}
</style>
border-color css
<style>
span { border-color: #659317; }
span { border-color: rgb(101,147,23); }
td.TdClassName
{
border-color: #659317;
}
.TagClassName
{
border-color: #659317;
}
</style>