Shades of Olive Drab #61880C
Tints of Olive Drab #61880C
RGB
CMYK
RGB Variations
Color information
#61880C (or 0x61880C) is known color: Olive Drab. HEX triplet: 61, 88 and 0C. RGB value is (97,136,12). Sum of RGB (Red+Green+Blue) = 97+136+12=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #61880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61880C is #9E77F3. Grayscale: #6E6E6E. Windows color (decimal): -10385396 or 821345. OLE color: 821345.
HSL color Cylindrical-coordinate representation of color #61880C: hue angle of 78.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61880C is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 12 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.47 |
| HSL | 78.87º | 0.84% | 0.29% | - |
| HSV(B) | 78.87º | 0.91% | 0.53% | - |
| XYZ | 13.8 | 20.18 | 3.51 | - |
| YUV | 110.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 12 | 0.29 | 0 | 0.91 | 0.47 | 78.87 | 0.84 | 0.29 |
| Hex | 61 | 88 | C | 1D | 0 | 5B | 2F | 4F | 54 | 1D |
| Octal | 141 | 210 | 14 | 35 | 0 | 133 | 57 | 117 | 124 | 35 |
| Binary | 1100001 | 10001000 | 1100 | 11101 | 0 | 1011011 | 101111 | 1001111 | 1010100 | 11101 |
Color Harmonies of #61880C
Complementary color
Monochromatic Colors of #61880C
Black with #61880C
Text Example
Text Example
White with #61880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61880C; }
p { color: rgb(97,136,12); }
H1.HeaderClassName
{
color: #61880C;
}
.AnyTagClassName
{
color: #61880C;
}
</style>
background-color css
<style>
a { background-color: #61880C; }
a { background-color: rgb(97,136,12); }
div.DivClassName
{
background-color: #61880C;
}
.BgClassName
{
background-color: #61880C;
}
</style>
border-color css
<style>
span { border-color: #61880C; }
span { border-color: rgb(97,136,12); }
td.TdClassName
{
border-color: #61880C;
}
.TagClassName
{
border-color: #61880C;
}
</style>