Shades of Olive #648002
Tints of Olive #648002
RGB
CMYK
RGB Variations
Color information
#648002 (or 0x648002) is known color: Olive. HEX triplet: 64, 80 and 02. RGB value is (100,128,2). Sum of RGB (Red+Green+Blue) = 100+128+2=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #648002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648002 is #9B7FFD. Grayscale: #696969. Windows color (decimal): -10190846 or 163940. OLE color: 163940.
HSL color Cylindrical-coordinate representation of color #648002: hue angle of 73.33º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #648002 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.50 |
| HSL | 73.33º | 0.97% | 0.25% | - |
| HSV(B) | 73.33º | 0.98% | 0.5% | - |
| XYZ | 12.99 | 18.15 | 2.88 | - |
| YUV | 105.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 2 | 0.22 | 0 | 0.98 | 0.50 | 73.33 | 0.97 | 0.25 |
| Hex | 64 | 80 | 2 | 16 | 0 | 62 | 32 | 49 | 61 | 19 |
| Octal | 144 | 200 | 2 | 26 | 0 | 142 | 62 | 111 | 141 | 31 |
| Binary | 1100100 | 10000000 | 10 | 10110 | 0 | 1100010 | 110010 | 1001001 | 1100001 | 11001 |
Color Harmonies of #648002
Complementary color
Monochromatic Colors of #648002
Black with #648002
Text Example
Text Example
White with #648002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648002; }
p { color: rgb(100,128,2); }
H1.HeaderClassName
{
color: #648002;
}
.AnyTagClassName
{
color: #648002;
}
</style>
background-color css
<style>
a { background-color: #648002; }
a { background-color: rgb(100,128,2); }
div.DivClassName
{
background-color: #648002;
}
.BgClassName
{
background-color: #648002;
}
</style>
border-color css
<style>
span { border-color: #648002; }
span { border-color: rgb(100,128,2); }
td.TdClassName
{
border-color: #648002;
}
.TagClassName
{
border-color: #648002;
}
</style>