Shades of Olive #647A00
Tints of Olive #647A00
RGB
CMYK
RGB Variations
Color information
#647A00 (or 0x647A00) is known color: Olive. HEX triplet: 64, 7A and 00. RGB value is (100,122,0). Sum of RGB (Red+Green+Blue) = 100+122+0=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #647A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647A00 is #9B85FF. Grayscale: #656565. Windows color (decimal): -10192384 or 31332. OLE color: 31332.
HSL color Cylindrical-coordinate representation of color #647A00: hue angle of 70.82º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647A00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.52 |
| HSL | 70.82º | 1% | 0.24% | - |
| HSV(B) | 70.82º | 1% | 0.48% | - |
| XYZ | 12.22 | 16.63 | 2.57 | - |
| YUV | 101.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 0 | 0.18 | 0 | 1 | 0.52 | 70.82 | 1 | 0.24 |
| Hex | 64 | 7A | 0 | 12 | 0 | 64 | 34 | 47 | 64 | 18 |
| Octal | 144 | 172 | 0 | 22 | 0 | 144 | 64 | 107 | 144 | 30 |
| Binary | 1100100 | 1111010 | 0 | 10010 | 0 | 1100100 | 110100 | 1000111 | 1100100 | 11000 |
Color Harmonies of #647A00
Complementary color
Monochromatic Colors of #647A00
Black with #647A00
Text Example
Text Example
White with #647A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A00; }
p { color: rgb(100,122,0); }
H1.HeaderClassName
{
color: #647A00;
}
.AnyTagClassName
{
color: #647A00;
}
</style>
background-color css
<style>
a { background-color: #647A00; }
a { background-color: rgb(100,122,0); }
div.DivClassName
{
background-color: #647A00;
}
.BgClassName
{
background-color: #647A00;
}
</style>
border-color css
<style>
span { border-color: #647A00; }
span { border-color: rgb(100,122,0); }
td.TdClassName
{
border-color: #647A00;
}
.TagClassName
{
border-color: #647A00;
}
</style>