Shades of Olive Drab #617E21
Tints of Olive Drab #617E21
RGB
CMYK
RGB Variations
Color information
#617E21 (or 0x617E21) is known color: Olive Drab. HEX triplet: 61, 7E and 21. RGB value is (97,126,33). Sum of RGB (Red+Green+Blue) = 97+126+33=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #617E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617E21 is #9E81DE. Grayscale: #6B6B6B. Windows color (decimal): -10387935 or 2195041. OLE color: 2195041.
HSL color Cylindrical-coordinate representation of color #617E21: hue angle of 78.71º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #617E21 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 33 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.51 |
| HSL | 78.71º | 0.58% | 0.31% | - |
| HSV(B) | 78.71º | 0.74% | 0.49% | - |
| XYZ | 12.67 | 17.57 | 4.16 | - |
| YUV | 106.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 33 | 0.23 | 0 | 0.74 | 0.51 | 78.71 | 0.58 | 0.31 |
| Hex | 61 | 7E | 21 | 17 | 0 | 4A | 33 | 4F | 3A | 1F |
| Octal | 141 | 176 | 41 | 27 | 0 | 112 | 63 | 117 | 72 | 37 |
| Binary | 1100001 | 1111110 | 100001 | 10111 | 0 | 1001010 | 110011 | 1001111 | 111010 | 11111 |
Color Harmonies of #617E21
Complementary color
Monochromatic Colors of #617E21
Black with #617E21
Text Example
Text Example
White with #617E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E21; }
p { color: rgb(97,126,33); }
H1.HeaderClassName
{
color: #617E21;
}
.AnyTagClassName
{
color: #617E21;
}
</style>
background-color css
<style>
a { background-color: #617E21; }
a { background-color: rgb(97,126,33); }
div.DivClassName
{
background-color: #617E21;
}
.BgClassName
{
background-color: #617E21;
}
</style>
border-color css
<style>
span { border-color: #617E21; }
span { border-color: rgb(97,126,33); }
td.TdClassName
{
border-color: #617E21;
}
.TagClassName
{
border-color: #617E21;
}
</style>