Shades of Olive #647F03
Tints of Olive #647F03
RGB
CMYK
RGB Variations
Color information
#647F03 (or 0x647F03) is known color: Olive. HEX triplet: 64, 7F and 03. RGB value is (100,127,3). Sum of RGB (Red+Green+Blue) = 100+127+3=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #647F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647F03 is #9B80FC. Grayscale: #696969. Windows color (decimal): -10191101 or 229220. OLE color: 229220.
HSL color Cylindrical-coordinate representation of color #647F03: hue angle of 73.06º degrees, saturation: 0.95, 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 #647F03 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.50 |
| HSL | 73.06º | 0.95% | 0.25% | - |
| HSV(B) | 73.06º | 0.98% | 0.5% | - |
| XYZ | 12.86 | 17.89 | 2.86 | - |
| YUV | 104.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 3 | 0.21 | 0 | 0.98 | 0.50 | 73.06 | 0.95 | 0.25 |
| Hex | 64 | 7F | 3 | 15 | 0 | 62 | 32 | 49 | 5F | 19 |
| Octal | 144 | 177 | 3 | 25 | 0 | 142 | 62 | 111 | 137 | 31 |
| Binary | 1100100 | 1111111 | 11 | 10101 | 0 | 1100010 | 110010 | 1001001 | 1011111 | 11001 |
Color Harmonies of #647F03
Complementary color
Monochromatic Colors of #647F03
Black with #647F03
Text Example
Text Example
White with #647F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F03; }
p { color: rgb(100,127,3); }
H1.HeaderClassName
{
color: #647F03;
}
.AnyTagClassName
{
color: #647F03;
}
</style>
background-color css
<style>
a { background-color: #647F03; }
a { background-color: rgb(100,127,3); }
div.DivClassName
{
background-color: #647F03;
}
.BgClassName
{
background-color: #647F03;
}
</style>
border-color css
<style>
span { border-color: #647F03; }
span { border-color: rgb(100,127,3); }
td.TdClassName
{
border-color: #647F03;
}
.TagClassName
{
border-color: #647F03;
}
</style>