Shades of Olive Drab #64890D
Tints of Olive Drab #64890D
RGB
CMYK
RGB Variations
Color information
#64890D (or 0x64890D) is known color: Olive Drab. HEX triplet: 64, 89 and 0D. RGB value is (100,137,13). Sum of RGB (Red+Green+Blue) = 100+137+13=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #64890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64890D is #9B76F2. Grayscale: #707070. Windows color (decimal): -10188531 or 887140. OLE color: 887140.
HSL color Cylindrical-coordinate representation of color #64890D: hue angle of 77.9º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64890D is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 13 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.46 |
| HSL | 77.9º | 0.83% | 0.29% | - |
| HSV(B) | 77.9º | 0.91% | 0.54% | - |
| XYZ | 14.27 | 20.63 | 3.61 | - |
| YUV | 111.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 13 | 0.27 | 0 | 0.91 | 0.46 | 77.9 | 0.83 | 0.29 |
| Hex | 64 | 89 | D | 1B | 0 | 5B | 2E | 4E | 53 | 1D |
| Octal | 144 | 211 | 15 | 33 | 0 | 133 | 56 | 116 | 123 | 35 |
| Binary | 1100100 | 10001001 | 1101 | 11011 | 0 | 1011011 | 101110 | 1001110 | 1010011 | 11101 |
Color Harmonies of #64890D
Complementary color
Monochromatic Colors of #64890D
Black with #64890D
Text Example
Text Example
White with #64890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64890D; }
p { color: rgb(100,137,13); }
H1.HeaderClassName
{
color: #64890D;
}
.AnyTagClassName
{
color: #64890D;
}
</style>
background-color css
<style>
a { background-color: #64890D; }
a { background-color: rgb(100,137,13); }
div.DivClassName
{
background-color: #64890D;
}
.BgClassName
{
background-color: #64890D;
}
</style>
border-color css
<style>
span { border-color: #64890D; }
span { border-color: rgb(100,137,13); }
td.TdClassName
{
border-color: #64890D;
}
.TagClassName
{
border-color: #64890D;
}
</style>