Shades of Olive Drab #61870A
Tints of Olive Drab #61870A
RGB
CMYK
RGB Variations
Color information
#61870A (or 0x61870A) is known color: Olive Drab. HEX triplet: 61, 87 and 0A. RGB value is (97,135,10). Sum of RGB (Red+Green+Blue) = 97+135+10=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #61870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61870A is #9E78F5. Grayscale: #6D6D6D. Windows color (decimal): -10385654 or 690017. OLE color: 690017.
HSL color Cylindrical-coordinate representation of color #61870A: hue angle of 78.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61870A is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 10 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.47 |
| HSL | 78.24º | 0.86% | 0.28% | - |
| HSV(B) | 78.24º | 0.93% | 0.53% | - |
| XYZ | 13.65 | 19.89 | 3.41 | - |
| YUV | 109.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 10 | 0.28 | 0 | 0.93 | 0.47 | 78.24 | 0.86 | 0.28 |
| Hex | 61 | 87 | A | 1C | 0 | 5D | 2F | 4E | 56 | 1C |
| Octal | 141 | 207 | 12 | 34 | 0 | 135 | 57 | 116 | 126 | 34 |
| Binary | 1100001 | 10000111 | 1010 | 11100 | 0 | 1011101 | 101111 | 1001110 | 1010110 | 11100 |
Color Harmonies of #61870A
Complementary color
Monochromatic Colors of #61870A
Black with #61870A
Text Example
Text Example
White with #61870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61870A; }
p { color: rgb(97,135,10); }
H1.HeaderClassName
{
color: #61870A;
}
.AnyTagClassName
{
color: #61870A;
}
</style>
background-color css
<style>
a { background-color: #61870A; }
a { background-color: rgb(97,135,10); }
div.DivClassName
{
background-color: #61870A;
}
.BgClassName
{
background-color: #61870A;
}
</style>
border-color css
<style>
span { border-color: #61870A; }
span { border-color: rgb(97,135,10); }
td.TdClassName
{
border-color: #61870A;
}
.TagClassName
{
border-color: #61870A;
}
</style>