Shades of Olive Drab #619002
Tints of Olive Drab #619002
RGB
CMYK
RGB Variations
Color information
#619002 (or 0x619002) is known color: Olive Drab. HEX triplet: 61, 90 and 02. RGB value is (97,144,2). Sum of RGB (Red+Green+Blue) = 97+144+2=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #619002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619002 is #9E6FFD. Grayscale: #727272. Windows color (decimal): -10383358 or 168033. OLE color: 168033.
HSL color Cylindrical-coordinate representation of color #619002: hue angle of 79.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #619002 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.44 |
| HSL | 79.86º | 0.97% | 0.29% | - |
| HSV(B) | 79.86º | 0.99% | 0.56% | - |
| XYZ | 14.91 | 22.49 | 3.61 | - |
| YUV | 113.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 2 | 0.33 | 0 | 0.99 | 0.44 | 79.86 | 0.97 | 0.29 |
| Hex | 61 | 90 | 2 | 21 | 0 | 63 | 2C | 50 | 61 | 1D |
| Octal | 141 | 220 | 2 | 41 | 0 | 143 | 54 | 120 | 141 | 35 |
| Binary | 1100001 | 10010000 | 10 | 100001 | 0 | 1100011 | 101100 | 1010000 | 1100001 | 11101 |
Color Harmonies of #619002
Complementary color
Monochromatic Colors of #619002
Black with #619002
Text Example
Text Example
White with #619002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619002; }
p { color: rgb(97,144,2); }
H1.HeaderClassName
{
color: #619002;
}
.AnyTagClassName
{
color: #619002;
}
</style>
background-color css
<style>
a { background-color: #619002; }
a { background-color: rgb(97,144,2); }
div.DivClassName
{
background-color: #619002;
}
.BgClassName
{
background-color: #619002;
}
</style>
border-color css
<style>
span { border-color: #619002; }
span { border-color: rgb(97,144,2); }
td.TdClassName
{
border-color: #619002;
}
.TagClassName
{
border-color: #619002;
}
</style>