Shades of Olive #647B02
Tints of Olive #647B02
RGB
CMYK
RGB Variations
Color information
#647B02 (or 0x647B02) is known color: Olive. HEX triplet: 64, 7B and 02. RGB value is (100,123,2). Sum of RGB (Red+Green+Blue) = 100+123+2=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #647B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647B02 is #9B84FD. Grayscale: #666666. Windows color (decimal): -10192126 or 162660. OLE color: 162660.
HSL color Cylindrical-coordinate representation of color #647B02: hue angle of 71.4º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #647B02 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 123 | 2 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.52 |
| HSL | 71.4º | 0.97% | 0.25% | - |
| HSV(B) | 71.4º | 0.98% | 0.48% | - |
| XYZ | 12.35 | 16.88 | 2.66 | - |
| YUV | 102.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 2 | 0.19 | 0 | 0.98 | 0.52 | 71.4 | 0.97 | 0.25 |
| Hex | 64 | 7B | 2 | 13 | 0 | 62 | 34 | 47 | 61 | 19 |
| Octal | 144 | 173 | 2 | 23 | 0 | 142 | 64 | 107 | 141 | 31 |
| Binary | 1100100 | 1111011 | 10 | 10011 | 0 | 1100010 | 110100 | 1000111 | 1100001 | 11001 |
Color Harmonies of #647B02
Complementary color
Monochromatic Colors of #647B02
Black with #647B02
Text Example
Text Example
White with #647B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B02; }
p { color: rgb(100,123,2); }
H1.HeaderClassName
{
color: #647B02;
}
.AnyTagClassName
{
color: #647B02;
}
</style>
background-color css
<style>
a { background-color: #647B02; }
a { background-color: rgb(100,123,2); }
div.DivClassName
{
background-color: #647B02;
}
.BgClassName
{
background-color: #647B02;
}
</style>
border-color css
<style>
span { border-color: #647B02; }
span { border-color: rgb(100,123,2); }
td.TdClassName
{
border-color: #647B02;
}
.TagClassName
{
border-color: #647B02;
}
</style>