Shades of Olive #647602
Tints of Olive #647602
RGB
CMYK
RGB Variations
Color information
#647602 (or 0x647602) is known color: Olive. HEX triplet: 64, 76 and 02. RGB value is (100,118,2). Sum of RGB (Red+Green+Blue) = 100+118+2=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #647602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647602 is #9B89FD. Grayscale: #636363. Windows color (decimal): -10193406 or 161380. OLE color: 161380.
HSL color Cylindrical-coordinate representation of color #647602: hue angle of 69.31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #647602 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 2 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.54 |
| HSL | 69.31º | 0.97% | 0.24% | - |
| HSV(B) | 69.31º | 0.98% | 0.46% | - |
| XYZ | 11.74 | 15.67 | 2.46 | - |
| YUV | 99.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 2 | 0.15 | 0 | 0.98 | 0.54 | 69.31 | 0.97 | 0.24 |
| Hex | 64 | 76 | 2 | F | 0 | 62 | 36 | 45 | 61 | 18 |
| Octal | 144 | 166 | 2 | 17 | 0 | 142 | 66 | 105 | 141 | 30 |
| Binary | 1100100 | 1110110 | 10 | 1111 | 0 | 1100010 | 110110 | 1000101 | 1100001 | 11000 |
Color Harmonies of #647602
Complementary color
Monochromatic Colors of #647602
Black with #647602
Text Example
Text Example
White with #647602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647602; }
p { color: rgb(100,118,2); }
H1.HeaderClassName
{
color: #647602;
}
.AnyTagClassName
{
color: #647602;
}
</style>
background-color css
<style>
a { background-color: #647602; }
a { background-color: rgb(100,118,2); }
div.DivClassName
{
background-color: #647602;
}
.BgClassName
{
background-color: #647602;
}
</style>
border-color css
<style>
span { border-color: #647602; }
span { border-color: rgb(100,118,2); }
td.TdClassName
{
border-color: #647602;
}
.TagClassName
{
border-color: #647602;
}
</style>