Shades of Olive Drab #659303
Tints of Olive Drab #659303
RGB
CMYK
RGB Variations
Color information
#659303 (or 0x659303) is known color: Olive Drab. HEX triplet: 65, 93 and 03. RGB value is (101,147,3). Sum of RGB (Red+Green+Blue) = 101+147+3=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #659303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659303 is #9A6CFC. Grayscale: #757575. Windows color (decimal): -10120445 or 234341. OLE color: 234341.
HSL color Cylindrical-coordinate representation of color #659303: hue angle of 79.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #659303 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.42 |
| HSL | 79.17º | 0.96% | 0.29% | - |
| HSV(B) | 79.17º | 0.98% | 0.58% | - |
| XYZ | 15.82 | 23.64 | 3.82 | - |
| YUV | 116.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 3 | 0.31 | 0 | 0.98 | 0.42 | 79.17 | 0.96 | 0.29 |
| Hex | 65 | 93 | 3 | 1F | 0 | 62 | 2A | 4F | 60 | 1D |
| Octal | 145 | 223 | 3 | 37 | 0 | 142 | 52 | 117 | 140 | 35 |
| Binary | 1100101 | 10010011 | 11 | 11111 | 0 | 1100010 | 101010 | 1001111 | 1100000 | 11101 |
Color Harmonies of #659303
Complementary color
Monochromatic Colors of #659303
Black with #659303
Text Example
Text Example
White with #659303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659303; }
p { color: rgb(101,147,3); }
H1.HeaderClassName
{
color: #659303;
}
.AnyTagClassName
{
color: #659303;
}
</style>
background-color css
<style>
a { background-color: #659303; }
a { background-color: rgb(101,147,3); }
div.DivClassName
{
background-color: #659303;
}
.BgClassName
{
background-color: #659303;
}
</style>
border-color css
<style>
span { border-color: #659303; }
span { border-color: rgb(101,147,3); }
td.TdClassName
{
border-color: #659303;
}
.TagClassName
{
border-color: #659303;
}
</style>