Shades of Olive Drab #649108
Tints of Olive Drab #649108
RGB
CMYK
RGB Variations
Color information
#649108 (or 0x649108) is known color: Olive Drab. HEX triplet: 64, 91 and 08. RGB value is (100,145,8). Sum of RGB (Red+Green+Blue) = 100+145+8=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #649108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649108 is #9B6EF7. Grayscale: #747474. Windows color (decimal): -10186488 or 561508. OLE color: 561508.
HSL color Cylindrical-coordinate representation of color #649108: hue angle of 79.71º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #649108 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 8 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.43 |
| HSL | 79.71º | 0.9% | 0.3% | - |
| HSV(B) | 79.71º | 0.94% | 0.57% | - |
| XYZ | 15.42 | 22.98 | 3.85 | - |
| YUV | 115.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 8 | 0.31 | 0 | 0.94 | 0.43 | 79.71 | 0.9 | 0.3 |
| Hex | 64 | 91 | 8 | 1F | 0 | 5E | 2B | 50 | 5A | 1E |
| Octal | 144 | 221 | 10 | 37 | 0 | 136 | 53 | 120 | 132 | 36 |
| Binary | 1100100 | 10010001 | 1000 | 11111 | 0 | 1011110 | 101011 | 1010000 | 1011010 | 11110 |
Color Harmonies of #649108
Complementary color
Monochromatic Colors of #649108
Black with #649108
Text Example
Text Example
White with #649108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649108; }
p { color: rgb(100,145,8); }
H1.HeaderClassName
{
color: #649108;
}
.AnyTagClassName
{
color: #649108;
}
</style>
background-color css
<style>
a { background-color: #649108; }
a { background-color: rgb(100,145,8); }
div.DivClassName
{
background-color: #649108;
}
.BgClassName
{
background-color: #649108;
}
</style>
border-color css
<style>
span { border-color: #649108; }
span { border-color: rgb(100,145,8); }
td.TdClassName
{
border-color: #649108;
}
.TagClassName
{
border-color: #649108;
}
</style>