Shades of Olive Drab #64901C
Tints of Olive Drab #64901C
RGB
CMYK
RGB Variations
Color information
#64901C (or 0x64901C) is known color: Olive Drab. HEX triplet: 64, 90 and 1C. RGB value is (100,144,28). Sum of RGB (Red+Green+Blue) = 100+144+28=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #64901C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64901C is #9B6FE3. Grayscale: #767676. Windows color (decimal): -10186724 or 1871972. OLE color: 1871972.
HSL color Cylindrical-coordinate representation of color #64901C: hue angle of 82.76º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64901C is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 28 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.44 |
| HSL | 82.76º | 0.67% | 0.34% | - |
| HSV(B) | 82.76º | 0.81% | 0.56% | - |
| XYZ | 15.44 | 22.74 | 4.67 | - |
| YUV | 117.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 28 | 0.31 | 0 | 0.81 | 0.44 | 82.76 | 0.67 | 0.34 |
| Hex | 64 | 90 | 1C | 1F | 0 | 51 | 2C | 53 | 43 | 22 |
| Octal | 144 | 220 | 34 | 37 | 0 | 121 | 54 | 123 | 103 | 42 |
| Binary | 1100100 | 10010000 | 11100 | 11111 | 0 | 1010001 | 101100 | 1010011 | 1000011 | 100010 |
Color Harmonies of #64901C
Complementary color
Monochromatic Colors of #64901C
Black with #64901C
Text Example
Text Example
White with #64901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64901C; }
p { color: rgb(100,144,28); }
H1.HeaderClassName
{
color: #64901C;
}
.AnyTagClassName
{
color: #64901C;
}
</style>
background-color css
<style>
a { background-color: #64901C; }
a { background-color: rgb(100,144,28); }
div.DivClassName
{
background-color: #64901C;
}
.BgClassName
{
background-color: #64901C;
}
</style>
border-color css
<style>
span { border-color: #64901C; }
span { border-color: rgb(100,144,28); }
td.TdClassName
{
border-color: #64901C;
}
.TagClassName
{
border-color: #64901C;
}
</style>