Shades of Olive #647F02
Tints of Olive #647F02
RGB
CMYK
RGB Variations
Color information
#647F02 (or 0x647F02) is known color: Olive. HEX triplet: 64, 7F and 02. RGB value is (100,127,2). Sum of RGB (Red+Green+Blue) = 100+127+2=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #647F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647F02 is #9B80FD. Grayscale: #696969. Windows color (decimal): -10191102 or 163684. OLE color: 163684.
HSL color Cylindrical-coordinate representation of color #647F02: hue angle of 72.96º 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 #647F02 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 2 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.50 |
| HSL | 72.96º | 0.97% | 0.25% | - |
| HSV(B) | 72.96º | 0.98% | 0.5% | - |
| XYZ | 12.86 | 17.89 | 2.83 | - |
| YUV | 104.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 2 | 0.21 | 0 | 0.98 | 0.50 | 72.96 | 0.97 | 0.25 |
| Hex | 64 | 7F | 2 | 15 | 0 | 62 | 32 | 49 | 61 | 19 |
| Octal | 144 | 177 | 2 | 25 | 0 | 142 | 62 | 111 | 141 | 31 |
| Binary | 1100100 | 1111111 | 10 | 10101 | 0 | 1100010 | 110010 | 1001001 | 1100001 | 11001 |
Color Harmonies of #647F02
Complementary color
Monochromatic Colors of #647F02
Black with #647F02
Text Example
Text Example
White with #647F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F02; }
p { color: rgb(100,127,2); }
H1.HeaderClassName
{
color: #647F02;
}
.AnyTagClassName
{
color: #647F02;
}
</style>
background-color css
<style>
a { background-color: #647F02; }
a { background-color: rgb(100,127,2); }
div.DivClassName
{
background-color: #647F02;
}
.BgClassName
{
background-color: #647F02;
}
</style>
border-color css
<style>
span { border-color: #647F02; }
span { border-color: rgb(100,127,2); }
td.TdClassName
{
border-color: #647F02;
}
.TagClassName
{
border-color: #647F02;
}
</style>