Shades of Olive Drab #61930C
Tints of Olive Drab #61930C
RGB
CMYK
RGB Variations
Color information
#61930C (or 0x61930C) is known color: Olive Drab. HEX triplet: 61, 93 and 0C. RGB value is (97,147,12). Sum of RGB (Red+Green+Blue) = 97+147+12=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #61930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61930C is #9E6CF3. Grayscale: #757575. Windows color (decimal): -10382580 or 824161. OLE color: 824161.
HSL color Cylindrical-coordinate representation of color #61930C: hue angle of 82.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61930C is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 147 | 12 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.42 |
| HSL | 82.22º | 0.85% | 0.31% | - |
| HSV(B) | 82.22º | 0.92% | 0.58% | - |
| XYZ | 15.43 | 23.44 | 4.06 | - |
| YUV | 116.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 12 | 0.34 | 0 | 0.92 | 0.42 | 82.22 | 0.85 | 0.31 |
| Hex | 61 | 93 | C | 22 | 0 | 5C | 2A | 52 | 55 | 1F |
| Octal | 141 | 223 | 14 | 42 | 0 | 134 | 52 | 122 | 125 | 37 |
| Binary | 1100001 | 10010011 | 1100 | 100010 | 0 | 1011100 | 101010 | 1010010 | 1010101 | 11111 |
Color Harmonies of #61930C
Complementary color
Monochromatic Colors of #61930C
Black with #61930C
Text Example
Text Example
White with #61930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61930C; }
p { color: rgb(97,147,12); }
H1.HeaderClassName
{
color: #61930C;
}
.AnyTagClassName
{
color: #61930C;
}
</style>
background-color css
<style>
a { background-color: #61930C; }
a { background-color: rgb(97,147,12); }
div.DivClassName
{
background-color: #61930C;
}
.BgClassName
{
background-color: #61930C;
}
</style>
border-color css
<style>
span { border-color: #61930C; }
span { border-color: rgb(97,147,12); }
td.TdClassName
{
border-color: #61930C;
}
.TagClassName
{
border-color: #61930C;
}
</style>