Shades of Olive Drab #649105
Tints of Olive Drab #649105
RGB
CMYK
RGB Variations
Color information
#649105 (or 0x649105) is known color: Olive Drab. HEX triplet: 64, 91 and 05. RGB value is (100,145,5). Sum of RGB (Red+Green+Blue) = 100+145+5=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #649105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649105 is #9B6EFA. Grayscale: #747474. Windows color (decimal): -10186491 or 364900. OLE color: 364900.
HSL color Cylindrical-coordinate representation of color #649105: hue angle of 79.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649105 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.43 |
| HSL | 79.29º | 0.93% | 0.29% | - |
| HSV(B) | 79.29º | 0.97% | 0.57% | - |
| XYZ | 15.41 | 22.97 | 3.77 | - |
| YUV | 115.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 5 | 0.31 | 0 | 0.97 | 0.43 | 79.29 | 0.93 | 0.29 |
| Hex | 64 | 91 | 5 | 1F | 0 | 61 | 2B | 4F | 5D | 1D |
| Octal | 144 | 221 | 5 | 37 | 0 | 141 | 53 | 117 | 135 | 35 |
| Binary | 1100100 | 10010001 | 101 | 11111 | 0 | 1100001 | 101011 | 1001111 | 1011101 | 11101 |
Color Harmonies of #649105
Complementary color
Monochromatic Colors of #649105
Black with #649105
Text Example
Text Example
White with #649105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649105; }
p { color: rgb(100,145,5); }
H1.HeaderClassName
{
color: #649105;
}
.AnyTagClassName
{
color: #649105;
}
</style>
background-color css
<style>
a { background-color: #649105; }
a { background-color: rgb(100,145,5); }
div.DivClassName
{
background-color: #649105;
}
.BgClassName
{
background-color: #649105;
}
</style>
border-color css
<style>
span { border-color: #649105; }
span { border-color: rgb(100,145,5); }
td.TdClassName
{
border-color: #649105;
}
.TagClassName
{
border-color: #649105;
}
</style>