Shades of Olive Drab #64802A
Tints of Olive Drab #64802A
RGB
CMYK
RGB Variations
Color information
#64802A (or 0x64802A) is known color: Olive Drab. HEX triplet: 64, 80 and 2A. RGB value is (100,128,42). Sum of RGB (Red+Green+Blue) = 100+128+42=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #64802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64802A is #9B7FD5. Grayscale: #6E6E6E. Windows color (decimal): -10190806 or 2785380. OLE color: 2785380.
HSL color Cylindrical-coordinate representation of color #64802A: hue angle of 79.53º degrees, saturation: 0.51, 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 #64802A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 42 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.50 |
| HSL | 79.53º | 0.51% | 0.33% | - |
| HSV(B) | 79.53º | 0.67% | 0.5% | - |
| XYZ | 13.39 | 18.31 | 5.02 | - |
| YUV | 109.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 42 | 0.22 | 0 | 0.67 | 0.50 | 79.53 | 0.51 | 0.33 |
| Hex | 64 | 80 | 2A | 16 | 0 | 43 | 32 | 50 | 33 | 21 |
| Octal | 144 | 200 | 52 | 26 | 0 | 103 | 62 | 120 | 63 | 41 |
| Binary | 1100100 | 10000000 | 101010 | 10110 | 0 | 1000011 | 110010 | 1010000 | 110011 | 100001 |
Color Harmonies of #64802A
Complementary color
Monochromatic Colors of #64802A
Black with #64802A
Text Example
Text Example
White with #64802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64802A; }
p { color: rgb(100,128,42); }
H1.HeaderClassName
{
color: #64802A;
}
.AnyTagClassName
{
color: #64802A;
}
</style>
background-color css
<style>
a { background-color: #64802A; }
a { background-color: rgb(100,128,42); }
div.DivClassName
{
background-color: #64802A;
}
.BgClassName
{
background-color: #64802A;
}
</style>
border-color css
<style>
span { border-color: #64802A; }
span { border-color: rgb(100,128,42); }
td.TdClassName
{
border-color: #64802A;
}
.TagClassName
{
border-color: #64802A;
}
</style>