Shades of Olive Drab #64951C
Tints of Olive Drab #64951C
RGB
CMYK
RGB Variations
Color information
#64951C (or 0x64951C) is known color: Olive Drab. HEX triplet: 64, 95 and 1C. RGB value is (100,149,28). Sum of RGB (Red+Green+Blue) = 100+149+28=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #64951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64951C is #9B6AE3. Grayscale: #787878. Windows color (decimal): -10185444 or 1873252. OLE color: 1873252.
HSL color Cylindrical-coordinate representation of color #64951C: hue angle of 84.3º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64951C is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 28 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.42 |
| HSL | 84.3º | 0.68% | 0.35% | - |
| HSV(B) | 84.3º | 0.81% | 0.58% | - |
| XYZ | 16.21 | 24.29 | 4.93 | - |
| YUV | 120.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 28 | 0.33 | 0 | 0.81 | 0.42 | 84.3 | 0.68 | 0.35 |
| Hex | 64 | 95 | 1C | 21 | 0 | 51 | 2A | 54 | 44 | 23 |
| Octal | 144 | 225 | 34 | 41 | 0 | 121 | 52 | 124 | 104 | 43 |
| Binary | 1100100 | 10010101 | 11100 | 100001 | 0 | 1010001 | 101010 | 1010100 | 1000100 | 100011 |
Color Harmonies of #64951C
Complementary color
Monochromatic Colors of #64951C
Black with #64951C
Text Example
Text Example
White with #64951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64951C; }
p { color: rgb(100,149,28); }
H1.HeaderClassName
{
color: #64951C;
}
.AnyTagClassName
{
color: #64951C;
}
</style>
background-color css
<style>
a { background-color: #64951C; }
a { background-color: rgb(100,149,28); }
div.DivClassName
{
background-color: #64951C;
}
.BgClassName
{
background-color: #64951C;
}
</style>
border-color css
<style>
span { border-color: #64951C; }
span { border-color: rgb(100,149,28); }
td.TdClassName
{
border-color: #64951C;
}
.TagClassName
{
border-color: #64951C;
}
</style>