Shades of Olive #647A01
Tints of Olive #647A01
RGB
CMYK
RGB Variations
Color information
#647A01 (or 0x647A01) is known color: Olive. HEX triplet: 64, 7A and 01. RGB value is (100,122,1). Sum of RGB (Red+Green+Blue) = 100+122+1=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #647A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647A01 is #9B85FE. Grayscale: #666666. Windows color (decimal): -10192383 or 96868. OLE color: 96868.
HSL color Cylindrical-coordinate representation of color #647A01: hue angle of 70.91º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #647A01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.52 |
| HSL | 70.91º | 0.98% | 0.24% | - |
| HSV(B) | 70.91º | 0.99% | 0.48% | - |
| XYZ | 12.22 | 16.63 | 2.59 | - |
| YUV | 101.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 1 | 0.18 | 0 | 0.99 | 0.52 | 70.91 | 0.98 | 0.24 |
| Hex | 64 | 7A | 1 | 12 | 0 | 63 | 34 | 47 | 62 | 18 |
| Octal | 144 | 172 | 1 | 22 | 0 | 143 | 64 | 107 | 142 | 30 |
| Binary | 1100100 | 1111010 | 1 | 10010 | 0 | 1100011 | 110100 | 1000111 | 1100010 | 11000 |
Color Harmonies of #647A01
Complementary color
Monochromatic Colors of #647A01
Black with #647A01
Text Example
Text Example
White with #647A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A01; }
p { color: rgb(100,122,1); }
H1.HeaderClassName
{
color: #647A01;
}
.AnyTagClassName
{
color: #647A01;
}
</style>
background-color css
<style>
a { background-color: #647A01; }
a { background-color: rgb(100,122,1); }
div.DivClassName
{
background-color: #647A01;
}
.BgClassName
{
background-color: #647A01;
}
</style>
border-color css
<style>
span { border-color: #647A01; }
span { border-color: rgb(100,122,1); }
td.TdClassName
{
border-color: #647A01;
}
.TagClassName
{
border-color: #647A01;
}
</style>