Shades of Olive #658202
Tints of Olive #658202
RGB
CMYK
RGB Variations
Color information
#658202 (or 0x658202) is known color: Olive. HEX triplet: 65, 82 and 02. RGB value is (101,130,2). Sum of RGB (Red+Green+Blue) = 101+130+2=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #658202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658202 is #9A7DFD. Grayscale: #6B6B6B. Windows color (decimal): -10124798 or 164453. OLE color: 164453.
HSL color Cylindrical-coordinate representation of color #658202: hue angle of 73.59º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #658202 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.49 |
| HSL | 73.59º | 0.97% | 0.26% | - |
| HSV(B) | 73.59º | 0.98% | 0.51% | - |
| XYZ | 13.36 | 18.74 | 2.97 | - |
| YUV | 106.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 2 | 0.22 | 0 | 0.98 | 0.49 | 73.59 | 0.97 | 0.26 |
| Hex | 65 | 82 | 2 | 16 | 0 | 62 | 31 | 4A | 61 | 1A |
| Octal | 145 | 202 | 2 | 26 | 0 | 142 | 61 | 112 | 141 | 32 |
| Binary | 1100101 | 10000010 | 10 | 10110 | 0 | 1100010 | 110001 | 1001010 | 1100001 | 11010 |
Color Harmonies of #658202
Complementary color
Monochromatic Colors of #658202
Black with #658202
Text Example
Text Example
White with #658202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658202; }
p { color: rgb(101,130,2); }
H1.HeaderClassName
{
color: #658202;
}
.AnyTagClassName
{
color: #658202;
}
</style>
background-color css
<style>
a { background-color: #658202; }
a { background-color: rgb(101,130,2); }
div.DivClassName
{
background-color: #658202;
}
.BgClassName
{
background-color: #658202;
}
</style>
border-color css
<style>
span { border-color: #658202; }
span { border-color: rgb(101,130,2); }
td.TdClassName
{
border-color: #658202;
}
.TagClassName
{
border-color: #658202;
}
</style>