Shades of Olive #658003
Tints of Olive #658003
RGB
CMYK
RGB Variations
Color information
#658003 (or 0x658003) is known color: Olive. HEX triplet: 65, 80 and 03. RGB value is (101,128,3). Sum of RGB (Red+Green+Blue) = 101+128+3=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #658003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658003 is #9A7FFC. Grayscale: #6A6A6A. Windows color (decimal): -10125309 or 229477. OLE color: 229477.
HSL color Cylindrical-coordinate representation of color #658003: hue angle of 72.96º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #658003 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.50 |
| HSL | 72.96º | 0.95% | 0.26% | - |
| HSV(B) | 72.96º | 0.98% | 0.5% | - |
| XYZ | 13.1 | 18.21 | 2.91 | - |
| YUV | 105.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 3 | 0.21 | 0 | 0.98 | 0.50 | 72.96 | 0.95 | 0.26 |
| Hex | 65 | 80 | 3 | 15 | 0 | 62 | 32 | 49 | 5F | 1A |
| Octal | 145 | 200 | 3 | 25 | 0 | 142 | 62 | 111 | 137 | 32 |
| Binary | 1100101 | 10000000 | 11 | 10101 | 0 | 1100010 | 110010 | 1001001 | 1011111 | 11010 |
Color Harmonies of #658003
Complementary color
Monochromatic Colors of #658003
Black with #658003
Text Example
Text Example
White with #658003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658003; }
p { color: rgb(101,128,3); }
H1.HeaderClassName
{
color: #658003;
}
.AnyTagClassName
{
color: #658003;
}
</style>
background-color css
<style>
a { background-color: #658003; }
a { background-color: rgb(101,128,3); }
div.DivClassName
{
background-color: #658003;
}
.BgClassName
{
background-color: #658003;
}
</style>
border-color css
<style>
span { border-color: #658003; }
span { border-color: rgb(101,128,3); }
td.TdClassName
{
border-color: #658003;
}
.TagClassName
{
border-color: #658003;
}
</style>