Shades of Olive Drab #648806
Tints of Olive Drab #648806
RGB
CMYK
RGB Variations
Color information
#648806 (or 0x648806) is known color: Olive Drab. HEX triplet: 64, 88 and 06. RGB value is (100,136,6). Sum of RGB (Red+Green+Blue) = 100+136+6=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #648806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648806 is #9B77F9. Grayscale: #6E6E6E. Windows color (decimal): -10188794 or 428132. OLE color: 428132.
HSL color Cylindrical-coordinate representation of color #648806: hue angle of 76.62º degrees, saturation: 0.92, 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 #648806 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 6 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.47 |
| HSL | 76.62º | 0.92% | 0.28% | - |
| HSV(B) | 76.62º | 0.96% | 0.53% | - |
| XYZ | 14.09 | 20.33 | 3.35 | - |
| YUV | 110.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 6 | 0.26 | 0 | 0.96 | 0.47 | 76.62 | 0.92 | 0.28 |
| Hex | 64 | 88 | 6 | 1A | 0 | 60 | 2F | 4D | 5C | 1C |
| Octal | 144 | 210 | 6 | 32 | 0 | 140 | 57 | 115 | 134 | 34 |
| Binary | 1100100 | 10001000 | 110 | 11010 | 0 | 1100000 | 101111 | 1001101 | 1011100 | 11100 |
Color Harmonies of #648806
Complementary color
Monochromatic Colors of #648806
Black with #648806
Text Example
Text Example
White with #648806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648806; }
p { color: rgb(100,136,6); }
H1.HeaderClassName
{
color: #648806;
}
.AnyTagClassName
{
color: #648806;
}
</style>
background-color css
<style>
a { background-color: #648806; }
a { background-color: rgb(100,136,6); }
div.DivClassName
{
background-color: #648806;
}
.BgClassName
{
background-color: #648806;
}
</style>
border-color css
<style>
span { border-color: #648806; }
span { border-color: rgb(100,136,6); }
td.TdClassName
{
border-color: #648806;
}
.TagClassName
{
border-color: #648806;
}
</style>