Shades of Olive #647F04
Tints of Olive #647F04
RGB
CMYK
RGB Variations
Color information
#647F04 (or 0x647F04) is known color: Olive. HEX triplet: 64, 7F and 04. RGB value is (100,127,4). Sum of RGB (Red+Green+Blue) = 100+127+4=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #647F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647F04 is #9B80FB. Grayscale: #696969. Windows color (decimal): -10191100 or 294756. OLE color: 294756.
HSL color Cylindrical-coordinate representation of color #647F04: hue angle of 73.17º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #647F04 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 4 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.50 |
| HSL | 73.17º | 0.94% | 0.26% | - |
| HSV(B) | 73.17º | 0.97% | 0.5% | - |
| XYZ | 12.87 | 17.9 | 2.89 | - |
| YUV | 104.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 4 | 0.21 | 0 | 0.97 | 0.50 | 73.17 | 0.94 | 0.26 |
| Hex | 64 | 7F | 4 | 15 | 0 | 61 | 32 | 49 | 5E | 1A |
| Octal | 144 | 177 | 4 | 25 | 0 | 141 | 62 | 111 | 136 | 32 |
| Binary | 1100100 | 1111111 | 100 | 10101 | 0 | 1100001 | 110010 | 1001001 | 1011110 | 11010 |
Color Harmonies of #647F04
Complementary color
Monochromatic Colors of #647F04
Black with #647F04
Text Example
Text Example
White with #647F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F04; }
p { color: rgb(100,127,4); }
H1.HeaderClassName
{
color: #647F04;
}
.AnyTagClassName
{
color: #647F04;
}
</style>
background-color css
<style>
a { background-color: #647F04; }
a { background-color: rgb(100,127,4); }
div.DivClassName
{
background-color: #647F04;
}
.BgClassName
{
background-color: #647F04;
}
</style>
border-color css
<style>
span { border-color: #647F04; }
span { border-color: rgb(100,127,4); }
td.TdClassName
{
border-color: #647F04;
}
.TagClassName
{
border-color: #647F04;
}
</style>