Shades of Olive Drab #618702
Tints of Olive Drab #618702
RGB
CMYK
RGB Variations
Color information
#618702 (or 0x618702) is known color: Olive Drab. HEX triplet: 61, 87 and 02. RGB value is (97,135,2). Sum of RGB (Red+Green+Blue) = 97+135+2=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #618702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618702 is #9E78FD. Grayscale: #6C6C6C. Windows color (decimal): -10385662 or 165729. OLE color: 165729.
HSL color Cylindrical-coordinate representation of color #618702: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #618702 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.47 |
| HSL | 77.14º | 0.97% | 0.27% | - |
| HSV(B) | 77.14º | 0.99% | 0.53% | - |
| XYZ | 13.6 | 19.87 | 3.18 | - |
| YUV | 108.48 | 67.91 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 2 | 0.28 | 0 | 0.99 | 0.47 | 77.14 | 0.97 | 0.27 |
| Hex | 61 | 87 | 2 | 1C | 0 | 63 | 2F | 4D | 61 | 1B |
| Octal | 141 | 207 | 2 | 34 | 0 | 143 | 57 | 115 | 141 | 33 |
| Binary | 1100001 | 10000111 | 10 | 11100 | 0 | 1100011 | 101111 | 1001101 | 1100001 | 11011 |
Color Harmonies of #618702
Complementary color
Monochromatic Colors of #618702
Black with #618702
Text Example
Text Example
White with #618702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618702; }
p { color: rgb(97,135,2); }
H1.HeaderClassName
{
color: #618702;
}
.AnyTagClassName
{
color: #618702;
}
</style>
background-color css
<style>
a { background-color: #618702; }
a { background-color: rgb(97,135,2); }
div.DivClassName
{
background-color: #618702;
}
.BgClassName
{
background-color: #618702;
}
</style>
border-color css
<style>
span { border-color: #618702; }
span { border-color: rgb(97,135,2); }
td.TdClassName
{
border-color: #618702;
}
.TagClassName
{
border-color: #618702;
}
</style>