Shades of Olive Drab #618B01
Tints of Olive Drab #618B01
RGB
CMYK
RGB Variations
Color information
#618B01 (or 0x618B01) is known color: Olive Drab. HEX triplet: 61, 8B and 01. RGB value is (97,139,1). Sum of RGB (Red+Green+Blue) = 97+139+1=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #618B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618B01 is #9E74FE. Grayscale: #6F6F6F. Windows color (decimal): -10384639 or 101217. OLE color: 101217.
HSL color Cylindrical-coordinate representation of color #618B01: hue angle of 78.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #618B01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.45 |
| HSL | 78.26º | 0.99% | 0.27% | - |
| HSV(B) | 78.26º | 0.99% | 0.55% | - |
| XYZ | 14.17 | 21.01 | 3.34 | - |
| YUV | 110.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 1 | 0.30 | 0 | 0.99 | 0.45 | 78.26 | 0.99 | 0.27 |
| Hex | 61 | 8B | 1 | 1E | 0 | 63 | 2D | 4E | 63 | 1B |
| Octal | 141 | 213 | 1 | 36 | 0 | 143 | 55 | 116 | 143 | 33 |
| Binary | 1100001 | 10001011 | 1 | 11110 | 0 | 1100011 | 101101 | 1001110 | 1100011 | 11011 |
Color Harmonies of #618B01
Complementary color
Monochromatic Colors of #618B01
Black with #618B01
Text Example
Text Example
White with #618B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B01; }
p { color: rgb(97,139,1); }
H1.HeaderClassName
{
color: #618B01;
}
.AnyTagClassName
{
color: #618B01;
}
</style>
background-color css
<style>
a { background-color: #618B01; }
a { background-color: rgb(97,139,1); }
div.DivClassName
{
background-color: #618B01;
}
.BgClassName
{
background-color: #618B01;
}
</style>
border-color css
<style>
span { border-color: #618B01; }
span { border-color: rgb(97,139,1); }
td.TdClassName
{
border-color: #618B01;
}
.TagClassName
{
border-color: #618B01;
}
</style>