Shades of Olive Drab #618304
Tints of Olive Drab #618304
RGB
CMYK
RGB Variations
Color information
#618304 (or 0x618304) is known color: Olive Drab. HEX triplet: 61, 83 and 04. RGB value is (97,131,4). Sum of RGB (Red+Green+Blue) = 97+131+4=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #618304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618304 is #9E7CFB. Grayscale: #6A6A6A. Windows color (decimal): -10386684 or 295777. OLE color: 295777.
HSL color Cylindrical-coordinate representation of color #618304: hue angle of 76.06º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #618304 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 4 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.49 |
| HSL | 76.06º | 0.94% | 0.26% | - |
| HSV(B) | 76.06º | 0.97% | 0.51% | - |
| XYZ | 13.07 | 18.78 | 3.05 | - |
| YUV | 106.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 4 | 0.26 | 0 | 0.97 | 0.49 | 76.06 | 0.94 | 0.26 |
| Hex | 61 | 83 | 4 | 1A | 0 | 61 | 31 | 4C | 5E | 1A |
| Octal | 141 | 203 | 4 | 32 | 0 | 141 | 61 | 114 | 136 | 32 |
| Binary | 1100001 | 10000011 | 100 | 11010 | 0 | 1100001 | 110001 | 1001100 | 1011110 | 11010 |
Color Harmonies of #618304
Complementary color
Monochromatic Colors of #618304
Black with #618304
Text Example
Text Example
White with #618304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618304; }
p { color: rgb(97,131,4); }
H1.HeaderClassName
{
color: #618304;
}
.AnyTagClassName
{
color: #618304;
}
</style>
background-color css
<style>
a { background-color: #618304; }
a { background-color: rgb(97,131,4); }
div.DivClassName
{
background-color: #618304;
}
.BgClassName
{
background-color: #618304;
}
</style>
border-color css
<style>
span { border-color: #618304; }
span { border-color: rgb(97,131,4); }
td.TdClassName
{
border-color: #618304;
}
.TagClassName
{
border-color: #618304;
}
</style>