Shades of Olive Drab #648805
Tints of Olive Drab #648805
RGB
CMYK
RGB Variations
Color information
#648805 (or 0x648805) is known color: Olive Drab. HEX triplet: 64, 88 and 05. RGB value is (100,136,5). Sum of RGB (Red+Green+Blue) = 100+136+5=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #648805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648805 is #9B77FA. Grayscale: #6E6E6E. Windows color (decimal): -10188795 or 362596. OLE color: 362596.
HSL color Cylindrical-coordinate representation of color #648805: hue angle of 76.49º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #648805 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 5 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.47 |
| HSL | 76.49º | 0.93% | 0.28% | - |
| HSV(B) | 76.49º | 0.96% | 0.53% | - |
| XYZ | 14.09 | 20.33 | 3.32 | - |
| YUV | 110.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 5 | 0.26 | 0 | 0.96 | 0.47 | 76.49 | 0.93 | 0.28 |
| Hex | 64 | 88 | 5 | 1A | 0 | 60 | 2F | 4C | 5D | 1C |
| Octal | 144 | 210 | 5 | 32 | 0 | 140 | 57 | 114 | 135 | 34 |
| Binary | 1100100 | 10001000 | 101 | 11010 | 0 | 1100000 | 101111 | 1001100 | 1011101 | 11100 |
Color Harmonies of #648805
Complementary color
Monochromatic Colors of #648805
Black with #648805
Text Example
Text Example
White with #648805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648805; }
p { color: rgb(100,136,5); }
H1.HeaderClassName
{
color: #648805;
}
.AnyTagClassName
{
color: #648805;
}
</style>
background-color css
<style>
a { background-color: #648805; }
a { background-color: rgb(100,136,5); }
div.DivClassName
{
background-color: #648805;
}
.BgClassName
{
background-color: #648805;
}
</style>
border-color css
<style>
span { border-color: #648805; }
span { border-color: rgb(100,136,5); }
td.TdClassName
{
border-color: #648805;
}
.TagClassName
{
border-color: #648805;
}
</style>