Shades of Olive #658501
Tints of Olive #658501
RGB
CMYK
RGB Variations
Color information
#658501 (or 0x658501) is known color: Olive. HEX triplet: 65, 85 and 01. RGB value is (101,133,1). Sum of RGB (Red+Green+Blue) = 101+133+1=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #658501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658501 is #9A7AFE. Grayscale: #6C6C6C. Windows color (decimal): -10124031 or 99685. OLE color: 99685.
HSL color Cylindrical-coordinate representation of color #658501: hue angle of 74.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #658501 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.48 |
| HSL | 74.55º | 0.99% | 0.26% | - |
| HSV(B) | 74.55º | 0.99% | 0.52% | - |
| XYZ | 13.76 | 19.54 | 3.08 | - |
| YUV | 108.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 1 | 0.24 | 0 | 0.99 | 0.48 | 74.55 | 0.99 | 0.26 |
| Hex | 65 | 85 | 1 | 18 | 0 | 63 | 30 | 4B | 63 | 1A |
| Octal | 145 | 205 | 1 | 30 | 0 | 143 | 60 | 113 | 143 | 32 |
| Binary | 1100101 | 10000101 | 1 | 11000 | 0 | 1100011 | 110000 | 1001011 | 1100011 | 11010 |
Color Harmonies of #658501
Complementary color
Monochromatic Colors of #658501
Black with #658501
Text Example
Text Example
White with #658501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658501; }
p { color: rgb(101,133,1); }
H1.HeaderClassName
{
color: #658501;
}
.AnyTagClassName
{
color: #658501;
}
</style>
background-color css
<style>
a { background-color: #658501; }
a { background-color: rgb(101,133,1); }
div.DivClassName
{
background-color: #658501;
}
.BgClassName
{
background-color: #658501;
}
</style>
border-color css
<style>
span { border-color: #658501; }
span { border-color: rgb(101,133,1); }
td.TdClassName
{
border-color: #658501;
}
.TagClassName
{
border-color: #658501;
}
</style>