Shades of Olive Drab #659103
Tints of Olive Drab #659103
RGB
CMYK
RGB Variations
Color information
#659103 (or 0x659103) is known color: Olive Drab. HEX triplet: 65, 91 and 03. RGB value is (101,145,3). Sum of RGB (Red+Green+Blue) = 101+145+3=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #659103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659103 is #9A6EFC. Grayscale: #747474. Windows color (decimal): -10120957 or 233829. OLE color: 233829.
HSL color Cylindrical-coordinate representation of color #659103: hue angle of 78.59º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #659103 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.43 |
| HSL | 78.59º | 0.96% | 0.29% | - |
| HSV(B) | 78.59º | 0.98% | 0.57% | - |
| XYZ | 15.51 | 23.02 | 3.71 | - |
| YUV | 115.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 3 | 0.30 | 0 | 0.98 | 0.43 | 78.59 | 0.96 | 0.29 |
| Hex | 65 | 91 | 3 | 1E | 0 | 62 | 2B | 4F | 60 | 1D |
| Octal | 145 | 221 | 3 | 36 | 0 | 142 | 53 | 117 | 140 | 35 |
| Binary | 1100101 | 10010001 | 11 | 11110 | 0 | 1100010 | 101011 | 1001111 | 1100000 | 11101 |
Color Harmonies of #659103
Complementary color
Monochromatic Colors of #659103
Black with #659103
Text Example
Text Example
White with #659103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659103; }
p { color: rgb(101,145,3); }
H1.HeaderClassName
{
color: #659103;
}
.AnyTagClassName
{
color: #659103;
}
</style>
background-color css
<style>
a { background-color: #659103; }
a { background-color: rgb(101,145,3); }
div.DivClassName
{
background-color: #659103;
}
.BgClassName
{
background-color: #659103;
}
</style>
border-color css
<style>
span { border-color: #659103; }
span { border-color: rgb(101,145,3); }
td.TdClassName
{
border-color: #659103;
}
.TagClassName
{
border-color: #659103;
}
</style>