Shades of Olive #648003
Tints of Olive #648003
RGB
CMYK
RGB Variations
Color information
#648003 (or 0x648003) is known color: Olive. HEX triplet: 64, 80 and 03. RGB value is (100,128,3). Sum of RGB (Red+Green+Blue) = 100+128+3=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #648003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648003 is #9B7FFC. Grayscale: #696969. Windows color (decimal): -10190845 or 229476. OLE color: 229476.
HSL color Cylindrical-coordinate representation of color #648003: hue angle of 73.44º 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 #648003 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.50 |
| HSL | 73.44º | 0.95% | 0.26% | - |
| HSV(B) | 73.44º | 0.98% | 0.5% | - |
| XYZ | 12.99 | 18.15 | 2.91 | - |
| YUV | 105.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 3 | 0.22 | 0 | 0.98 | 0.50 | 73.44 | 0.95 | 0.26 |
| Hex | 64 | 80 | 3 | 16 | 0 | 62 | 32 | 49 | 5F | 1A |
| Octal | 144 | 200 | 3 | 26 | 0 | 142 | 62 | 111 | 137 | 32 |
| Binary | 1100100 | 10000000 | 11 | 10110 | 0 | 1100010 | 110010 | 1001001 | 1011111 | 11010 |
Color Harmonies of #648003
Complementary color
Monochromatic Colors of #648003
Black with #648003
Text Example
Text Example
White with #648003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648003; }
p { color: rgb(100,128,3); }
H1.HeaderClassName
{
color: #648003;
}
.AnyTagClassName
{
color: #648003;
}
</style>
background-color css
<style>
a { background-color: #648003; }
a { background-color: rgb(100,128,3); }
div.DivClassName
{
background-color: #648003;
}
.BgClassName
{
background-color: #648003;
}
</style>
border-color css
<style>
span { border-color: #648003; }
span { border-color: rgb(100,128,3); }
td.TdClassName
{
border-color: #648003;
}
.TagClassName
{
border-color: #648003;
}
</style>