Shades of Olive Drab #649103
Tints of Olive Drab #649103
RGB
CMYK
RGB Variations
Color information
#649103 (or 0x649103) is known color: Olive Drab. HEX triplet: 64, 91 and 03. RGB value is (100,145,3). Sum of RGB (Red+Green+Blue) = 100+145+3=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #649103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649103 is #9B6EFC. Grayscale: #737373. Windows color (decimal): -10186493 or 233828. OLE color: 233828.
HSL color Cylindrical-coordinate representation of color #649103: hue angle of 79.01º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #649103 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.43 |
| HSL | 79.01º | 0.96% | 0.29% | - |
| HSV(B) | 79.01º | 0.98% | 0.57% | - |
| XYZ | 15.4 | 22.97 | 3.71 | - |
| YUV | 115.36 | 64.59 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 3 | 0.31 | 0 | 0.98 | 0.43 | 79.01 | 0.96 | 0.29 |
| Hex | 64 | 91 | 3 | 1F | 0 | 62 | 2B | 4F | 60 | 1D |
| Octal | 144 | 221 | 3 | 37 | 0 | 142 | 53 | 117 | 140 | 35 |
| Binary | 1100100 | 10010001 | 11 | 11111 | 0 | 1100010 | 101011 | 1001111 | 1100000 | 11101 |
Color Harmonies of #649103
Complementary color
Monochromatic Colors of #649103
Black with #649103
Text Example
Text Example
White with #649103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649103; }
p { color: rgb(100,145,3); }
H1.HeaderClassName
{
color: #649103;
}
.AnyTagClassName
{
color: #649103;
}
</style>
background-color css
<style>
a { background-color: #649103; }
a { background-color: rgb(100,145,3); }
div.DivClassName
{
background-color: #649103;
}
.BgClassName
{
background-color: #649103;
}
</style>
border-color css
<style>
span { border-color: #649103; }
span { border-color: rgb(100,145,3); }
td.TdClassName
{
border-color: #649103;
}
.TagClassName
{
border-color: #649103;
}
</style>