Shades of Olive Drab #61820C
Tints of Olive Drab #61820C
RGB
CMYK
RGB Variations
Color information
#61820C (or 0x61820C) is known color: Olive Drab. HEX triplet: 61, 82 and 0C. RGB value is (97,130,12). Sum of RGB (Red+Green+Blue) = 97+130+12=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #61820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61820C is #9E7DF3. Grayscale: #6B6B6B. Windows color (decimal): -10386932 or 819809. OLE color: 819809.
HSL color Cylindrical-coordinate representation of color #61820C: hue angle of 76.78º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61820C is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 12 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.49 |
| HSL | 76.78º | 0.83% | 0.28% | - |
| HSV(B) | 76.78º | 0.91% | 0.51% | - |
| XYZ | 12.98 | 18.53 | 3.24 | - |
| YUV | 106.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 12 | 0.25 | 0 | 0.91 | 0.49 | 76.78 | 0.83 | 0.28 |
| Hex | 61 | 82 | C | 19 | 0 | 5B | 31 | 4D | 53 | 1C |
| Octal | 141 | 202 | 14 | 31 | 0 | 133 | 61 | 115 | 123 | 34 |
| Binary | 1100001 | 10000010 | 1100 | 11001 | 0 | 1011011 | 110001 | 1001101 | 1010011 | 11100 |
Color Harmonies of #61820C
Complementary color
Monochromatic Colors of #61820C
Black with #61820C
Text Example
Text Example
White with #61820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61820C; }
p { color: rgb(97,130,12); }
H1.HeaderClassName
{
color: #61820C;
}
.AnyTagClassName
{
color: #61820C;
}
</style>
background-color css
<style>
a { background-color: #61820C; }
a { background-color: rgb(97,130,12); }
div.DivClassName
{
background-color: #61820C;
}
.BgClassName
{
background-color: #61820C;
}
</style>
border-color css
<style>
span { border-color: #61820C; }
span { border-color: rgb(97,130,12); }
td.TdClassName
{
border-color: #61820C;
}
.TagClassName
{
border-color: #61820C;
}
</style>