Shades of Olive Drab #649203
Tints of Olive Drab #649203
RGB
CMYK
RGB Variations
Color information
#649203 (or 0x649203) is known color: Olive Drab. HEX triplet: 64, 92 and 03. RGB value is (100,146,3). Sum of RGB (Red+Green+Blue) = 100+146+3=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #649203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649203 is #9B6DFC. Grayscale: #747474. Windows color (decimal): -10186237 or 234084. OLE color: 234084.
HSL color Cylindrical-coordinate representation of color #649203: hue angle of 79.3º 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 #649203 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.43 |
| HSL | 79.3º | 0.96% | 0.29% | - |
| HSV(B) | 79.3º | 0.98% | 0.57% | - |
| XYZ | 15.55 | 23.27 | 3.76 | - |
| YUV | 115.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 3 | 0.32 | 0 | 0.98 | 0.43 | 79.3 | 0.96 | 0.29 |
| Hex | 64 | 92 | 3 | 20 | 0 | 62 | 2B | 4F | 60 | 1D |
| Octal | 144 | 222 | 3 | 40 | 0 | 142 | 53 | 117 | 140 | 35 |
| Binary | 1100100 | 10010010 | 11 | 100000 | 0 | 1100010 | 101011 | 1001111 | 1100000 | 11101 |
Color Harmonies of #649203
Complementary color
Monochromatic Colors of #649203
Black with #649203
Text Example
Text Example
White with #649203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649203; }
p { color: rgb(100,146,3); }
H1.HeaderClassName
{
color: #649203;
}
.AnyTagClassName
{
color: #649203;
}
</style>
background-color css
<style>
a { background-color: #649203; }
a { background-color: rgb(100,146,3); }
div.DivClassName
{
background-color: #649203;
}
.BgClassName
{
background-color: #649203;
}
</style>
border-color css
<style>
span { border-color: #649203; }
span { border-color: rgb(100,146,3); }
td.TdClassName
{
border-color: #649203;
}
.TagClassName
{
border-color: #649203;
}
</style>