Shades of Olive Drab #64891A
Tints of Olive Drab #64891A
RGB
CMYK
RGB Variations
Color information
#64891A (or 0x64891A) is known color: Olive Drab. HEX triplet: 64, 89 and 1A. RGB value is (100,137,26). Sum of RGB (Red+Green+Blue) = 100+137+26=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #64891A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64891A is #9B76E5. Grayscale: #717171. Windows color (decimal): -10188518 or 1739108. OLE color: 1739108.
HSL color Cylindrical-coordinate representation of color #64891A: hue angle of 80º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64891A is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 26 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.46 |
| HSL | 80º | 0.68% | 0.32% | - |
| HSV(B) | 80º | 0.81% | 0.54% | - |
| XYZ | 14.39 | 20.68 | 4.21 | - |
| YUV | 113.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 26 | 0.27 | 0 | 0.81 | 0.46 | 80 | 0.68 | 0.32 |
| Hex | 64 | 89 | 1A | 1B | 0 | 51 | 2E | 50 | 44 | 20 |
| Octal | 144 | 211 | 32 | 33 | 0 | 121 | 56 | 120 | 104 | 40 |
| Binary | 1100100 | 10001001 | 11010 | 11011 | 0 | 1010001 | 101110 | 1010000 | 1000100 | 100000 |
Color Harmonies of #64891A
Complementary color
Monochromatic Colors of #64891A
Black with #64891A
Text Example
Text Example
White with #64891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64891A; }
p { color: rgb(100,137,26); }
H1.HeaderClassName
{
color: #64891A;
}
.AnyTagClassName
{
color: #64891A;
}
</style>
background-color css
<style>
a { background-color: #64891A; }
a { background-color: rgb(100,137,26); }
div.DivClassName
{
background-color: #64891A;
}
.BgClassName
{
background-color: #64891A;
}
</style>
border-color css
<style>
span { border-color: #64891A; }
span { border-color: rgb(100,137,26); }
td.TdClassName
{
border-color: #64891A;
}
.TagClassName
{
border-color: #64891A;
}
</style>