Shades of Olive Drab #648813
Tints of Olive Drab #648813
RGB
CMYK
RGB Variations
Color information
#648813 (or 0x648813) is known color: Olive Drab. HEX triplet: 64, 88 and 13. RGB value is (100,136,19). Sum of RGB (Red+Green+Blue) = 100+136+19=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #648813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648813 is #9B77EC. Grayscale: #707070. Windows color (decimal): -10188781 or 1280100. OLE color: 1280100.
HSL color Cylindrical-coordinate representation of color #648813: hue angle of 78.46º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #648813 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 19 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.47 |
| HSL | 78.46º | 0.75% | 0.3% | - |
| HSV(B) | 78.46º | 0.86% | 0.53% | - |
| XYZ | 14.18 | 20.36 | 3.8 | - |
| YUV | 111.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 19 | 0.26 | 0 | 0.86 | 0.47 | 78.46 | 0.75 | 0.3 |
| Hex | 64 | 88 | 13 | 1A | 0 | 56 | 2F | 4E | 4B | 1E |
| Octal | 144 | 210 | 23 | 32 | 0 | 126 | 57 | 116 | 113 | 36 |
| Binary | 1100100 | 10001000 | 10011 | 11010 | 0 | 1010110 | 101111 | 1001110 | 1001011 | 11110 |
Color Harmonies of #648813
Complementary color
Monochromatic Colors of #648813
Black with #648813
Text Example
Text Example
White with #648813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648813; }
p { color: rgb(100,136,19); }
H1.HeaderClassName
{
color: #648813;
}
.AnyTagClassName
{
color: #648813;
}
</style>
background-color css
<style>
a { background-color: #648813; }
a { background-color: rgb(100,136,19); }
div.DivClassName
{
background-color: #648813;
}
.BgClassName
{
background-color: #648813;
}
</style>
border-color css
<style>
span { border-color: #648813; }
span { border-color: rgb(100,136,19); }
td.TdClassName
{
border-color: #648813;
}
.TagClassName
{
border-color: #648813;
}
</style>