Shades of Olive Drab #64820F
Tints of Olive Drab #64820F
RGB
CMYK
RGB Variations
Color information
#64820F (or 0x64820F) is known color: Olive Drab. HEX triplet: 64, 82 and 0F. RGB value is (100,130,15). Sum of RGB (Red+Green+Blue) = 100+130+15=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #64820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64820F is #9B7DF0. Grayscale: #6C6C6C. Windows color (decimal): -10190321 or 1016420. OLE color: 1016420.
HSL color Cylindrical-coordinate representation of color #64820F: hue angle of 75.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64820F is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 15 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.49 |
| HSL | 75.65º | 0.79% | 0.28% | - |
| HSV(B) | 75.65º | 0.88% | 0.51% | - |
| XYZ | 13.32 | 18.71 | 3.36 | - |
| YUV | 107.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 15 | 0.23 | 0 | 0.88 | 0.49 | 75.65 | 0.79 | 0.28 |
| Hex | 64 | 82 | F | 17 | 0 | 58 | 31 | 4C | 4F | 1C |
| Octal | 144 | 202 | 17 | 27 | 0 | 130 | 61 | 114 | 117 | 34 |
| Binary | 1100100 | 10000010 | 1111 | 10111 | 0 | 1011000 | 110001 | 1001100 | 1001111 | 11100 |
Color Harmonies of #64820F
Complementary color
Monochromatic Colors of #64820F
Black with #64820F
Text Example
Text Example
White with #64820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64820F; }
p { color: rgb(100,130,15); }
H1.HeaderClassName
{
color: #64820F;
}
.AnyTagClassName
{
color: #64820F;
}
</style>
background-color css
<style>
a { background-color: #64820F; }
a { background-color: rgb(100,130,15); }
div.DivClassName
{
background-color: #64820F;
}
.BgClassName
{
background-color: #64820F;
}
</style>
border-color css
<style>
span { border-color: #64820F; }
span { border-color: rgb(100,130,15); }
td.TdClassName
{
border-color: #64820F;
}
.TagClassName
{
border-color: #64820F;
}
</style>