Shades of Olive Drab #619607
Tints of Olive Drab #619607
RGB
CMYK
RGB Variations
Color information
#619607 (or 0x619607) is known color: Olive Drab. HEX triplet: 61, 96 and 07. RGB value is (97,150,7). Sum of RGB (Red+Green+Blue) = 97+150+7=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #619607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619607 is #9E69F8. Grayscale: #767676. Windows color (decimal): -10381817 or 497249. OLE color: 497249.
HSL color Cylindrical-coordinate representation of color #619607: hue angle of 82.24º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #619607 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 150 | 7 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.41 |
| HSL | 82.24º | 0.91% | 0.31% | - |
| HSV(B) | 82.24º | 0.95% | 0.59% | - |
| XYZ | 15.87 | 24.37 | 4.07 | - |
| YUV | 117.85 | 65.44 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 150 | 7 | 0.35 | 0 | 0.95 | 0.41 | 82.24 | 0.91 | 0.31 |
| Hex | 61 | 96 | 7 | 23 | 0 | 5F | 29 | 52 | 5B | 1F |
| Octal | 141 | 226 | 7 | 43 | 0 | 137 | 51 | 122 | 133 | 37 |
| Binary | 1100001 | 10010110 | 111 | 100011 | 0 | 1011111 | 101001 | 1010010 | 1011011 | 11111 |
Color Harmonies of #619607
Complementary color
Monochromatic Colors of #619607
Black with #619607
Text Example
Text Example
White with #619607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619607; }
p { color: rgb(97,150,7); }
H1.HeaderClassName
{
color: #619607;
}
.AnyTagClassName
{
color: #619607;
}
</style>
background-color css
<style>
a { background-color: #619607; }
a { background-color: rgb(97,150,7); }
div.DivClassName
{
background-color: #619607;
}
.BgClassName
{
background-color: #619607;
}
</style>
border-color css
<style>
span { border-color: #619607; }
span { border-color: rgb(97,150,7); }
td.TdClassName
{
border-color: #619607;
}
.TagClassName
{
border-color: #619607;
}
</style>