Shades of Olive Drab #61900B
Tints of Olive Drab #61900B
RGB
CMYK
RGB Variations
Color information
#61900B (or 0x61900B) is known color: Olive Drab. HEX triplet: 61, 90 and 0B. RGB value is (97,144,11). Sum of RGB (Red+Green+Blue) = 97+144+11=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #61900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61900B is #9E6FF4. Grayscale: #737373. Windows color (decimal): -10383349 or 757857. OLE color: 757857.
HSL color Cylindrical-coordinate representation of color #61900B: hue angle of 81.2º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61900B is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 11 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.44 |
| HSL | 81.2º | 0.86% | 0.3% | - |
| HSV(B) | 81.2º | 0.92% | 0.56% | - |
| XYZ | 14.96 | 22.51 | 3.87 | - |
| YUV | 114.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 11 | 0.33 | 0 | 0.92 | 0.44 | 81.2 | 0.86 | 0.3 |
| Hex | 61 | 90 | B | 21 | 0 | 5C | 2C | 51 | 56 | 1E |
| Octal | 141 | 220 | 13 | 41 | 0 | 134 | 54 | 121 | 126 | 36 |
| Binary | 1100001 | 10010000 | 1011 | 100001 | 0 | 1011100 | 101100 | 1010001 | 1010110 | 11110 |
Color Harmonies of #61900B
Complementary color
Monochromatic Colors of #61900B
Black with #61900B
Text Example
Text Example
White with #61900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61900B; }
p { color: rgb(97,144,11); }
H1.HeaderClassName
{
color: #61900B;
}
.AnyTagClassName
{
color: #61900B;
}
</style>
background-color css
<style>
a { background-color: #61900B; }
a { background-color: rgb(97,144,11); }
div.DivClassName
{
background-color: #61900B;
}
.BgClassName
{
background-color: #61900B;
}
</style>
border-color css
<style>
span { border-color: #61900B; }
span { border-color: rgb(97,144,11); }
td.TdClassName
{
border-color: #61900B;
}
.TagClassName
{
border-color: #61900B;
}
</style>