Shades of Olive Drab #647F2A
Tints of Olive Drab #647F2A
RGB
CMYK
RGB Variations
Color information
#647F2A (or 0x647F2A) is known color: Olive Drab. HEX triplet: 64, 7F and 2A. RGB value is (100,127,42). Sum of RGB (Red+Green+Blue) = 100+127+42=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #647F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647F2A is #9B80D5. Grayscale: #6D6D6D. Windows color (decimal): -10191062 or 2785124. OLE color: 2785124.
HSL color Cylindrical-coordinate representation of color #647F2A: hue angle of 79.06º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #647F2A is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 42 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.50 |
| HSL | 79.06º | 0.5% | 0.33% | - |
| HSV(B) | 79.06º | 0.67% | 0.5% | - |
| XYZ | 13.26 | 18.06 | 4.98 | - |
| YUV | 109.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 42 | 0.21 | 0 | 0.67 | 0.50 | 79.06 | 0.5 | 0.33 |
| Hex | 64 | 7F | 2A | 15 | 0 | 43 | 32 | 4F | 32 | 21 |
| Octal | 144 | 177 | 52 | 25 | 0 | 103 | 62 | 117 | 62 | 41 |
| Binary | 1100100 | 1111111 | 101010 | 10101 | 0 | 1000011 | 110010 | 1001111 | 110010 | 100001 |
Color Harmonies of #647F2A
Complementary color
Monochromatic Colors of #647F2A
Black with #647F2A
Text Example
Text Example
White with #647F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F2A; }
p { color: rgb(100,127,42); }
H1.HeaderClassName
{
color: #647F2A;
}
.AnyTagClassName
{
color: #647F2A;
}
</style>
background-color css
<style>
a { background-color: #647F2A; }
a { background-color: rgb(100,127,42); }
div.DivClassName
{
background-color: #647F2A;
}
.BgClassName
{
background-color: #647F2A;
}
</style>
border-color css
<style>
span { border-color: #647F2A; }
span { border-color: rgb(100,127,42); }
td.TdClassName
{
border-color: #647F2A;
}
.TagClassName
{
border-color: #647F2A;
}
</style>