Shades of Olive Drab #659403
Tints of Olive Drab #659403
RGB
CMYK
RGB Variations
Color information
#659403 (or 0x659403) is known color: Olive Drab. HEX triplet: 65, 94 and 03. RGB value is (101,148,3). Sum of RGB (Red+Green+Blue) = 101+148+3=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #659403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659403 is #9A6BFC. Grayscale: #757575. Windows color (decimal): -10120189 or 234597. OLE color: 234597.
HSL color Cylindrical-coordinate representation of color #659403: hue angle of 79.45º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #659403 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.42 |
| HSL | 79.45º | 0.96% | 0.3% | - |
| HSV(B) | 79.45º | 0.98% | 0.58% | - |
| XYZ | 15.97 | 23.95 | 3.87 | - |
| YUV | 117.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 3 | 0.32 | 0 | 0.98 | 0.42 | 79.45 | 0.96 | 0.3 |
| Hex | 65 | 94 | 3 | 20 | 0 | 62 | 2A | 4F | 60 | 1E |
| Octal | 145 | 224 | 3 | 40 | 0 | 142 | 52 | 117 | 140 | 36 |
| Binary | 1100101 | 10010100 | 11 | 100000 | 0 | 1100010 | 101010 | 1001111 | 1100000 | 11110 |
Color Harmonies of #659403
Complementary color
Monochromatic Colors of #659403
Black with #659403
Text Example
Text Example
White with #659403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659403; }
p { color: rgb(101,148,3); }
H1.HeaderClassName
{
color: #659403;
}
.AnyTagClassName
{
color: #659403;
}
</style>
background-color css
<style>
a { background-color: #659403; }
a { background-color: rgb(101,148,3); }
div.DivClassName
{
background-color: #659403;
}
.BgClassName
{
background-color: #659403;
}
</style>
border-color css
<style>
span { border-color: #659403; }
span { border-color: rgb(101,148,3); }
td.TdClassName
{
border-color: #659403;
}
.TagClassName
{
border-color: #659403;
}
</style>