Shades of Olive Drab #61831A
Tints of Olive Drab #61831A
RGB
CMYK
RGB Variations
Color information
#61831A (or 0x61831A) is known color: Olive Drab. HEX triplet: 61, 83 and 1A. RGB value is (97,131,26). Sum of RGB (Red+Green+Blue) = 97+131+26=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #61831A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61831A is #9E7CE5. Grayscale: #6D6D6D. Windows color (decimal): -10386662 or 1737569. OLE color: 1737569.
HSL color Cylindrical-coordinate representation of color #61831A: hue angle of 79.43º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61831A is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 26 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.49 |
| HSL | 79.43º | 0.67% | 0.31% | - |
| HSV(B) | 79.43º | 0.8% | 0.51% | - |
| XYZ | 13.23 | 18.85 | 3.92 | - |
| YUV | 108.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 26 | 0.26 | 0 | 0.80 | 0.49 | 79.43 | 0.67 | 0.31 |
| Hex | 61 | 83 | 1A | 1A | 0 | 50 | 31 | 4F | 43 | 1F |
| Octal | 141 | 203 | 32 | 32 | 0 | 120 | 61 | 117 | 103 | 37 |
| Binary | 1100001 | 10000011 | 11010 | 11010 | 0 | 1010000 | 110001 | 1001111 | 1000011 | 11111 |
Color Harmonies of #61831A
Complementary color
Monochromatic Colors of #61831A
Black with #61831A
Text Example
Text Example
White with #61831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61831A; }
p { color: rgb(97,131,26); }
H1.HeaderClassName
{
color: #61831A;
}
.AnyTagClassName
{
color: #61831A;
}
</style>
background-color css
<style>
a { background-color: #61831A; }
a { background-color: rgb(97,131,26); }
div.DivClassName
{
background-color: #61831A;
}
.BgClassName
{
background-color: #61831A;
}
</style>
border-color css
<style>
span { border-color: #61831A; }
span { border-color: rgb(97,131,26); }
td.TdClassName
{
border-color: #61831A;
}
.TagClassName
{
border-color: #61831A;
}
</style>