Shades of Olive Drab #619103
Tints of Olive Drab #619103
RGB
CMYK
RGB Variations
Color information
#619103 (or 0x619103) is known color: Olive Drab. HEX triplet: 61, 91 and 03. RGB value is (97,145,3). Sum of RGB (Red+Green+Blue) = 97+145+3=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #619103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619103 is #9E6EFC. Grayscale: #727272. Windows color (decimal): -10383101 or 233825. OLE color: 233825.
HSL color Cylindrical-coordinate representation of color #619103: hue angle of 80.28º 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 #619103 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.43 |
| HSL | 80.28º | 0.96% | 0.29% | - |
| HSV(B) | 80.28º | 0.98% | 0.57% | - |
| XYZ | 15.07 | 22.8 | 3.69 | - |
| YUV | 114.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 3 | 0.33 | 0 | 0.98 | 0.43 | 80.28 | 0.96 | 0.29 |
| Hex | 61 | 91 | 3 | 21 | 0 | 62 | 2B | 50 | 60 | 1D |
| Octal | 141 | 221 | 3 | 41 | 0 | 142 | 53 | 120 | 140 | 35 |
| Binary | 1100001 | 10010001 | 11 | 100001 | 0 | 1100010 | 101011 | 1010000 | 1100000 | 11101 |
Color Harmonies of #619103
Complementary color
Monochromatic Colors of #619103
Black with #619103
Text Example
Text Example
White with #619103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619103; }
p { color: rgb(97,145,3); }
H1.HeaderClassName
{
color: #619103;
}
.AnyTagClassName
{
color: #619103;
}
</style>
background-color css
<style>
a { background-color: #619103; }
a { background-color: rgb(97,145,3); }
div.DivClassName
{
background-color: #619103;
}
.BgClassName
{
background-color: #619103;
}
</style>
border-color css
<style>
span { border-color: #619103; }
span { border-color: rgb(97,145,3); }
td.TdClassName
{
border-color: #619103;
}
.TagClassName
{
border-color: #619103;
}
</style>