Shades of Olive Drab #617F2A
Tints of Olive Drab #617F2A
RGB
CMYK
RGB Variations
Color information
#617F2A (or 0x617F2A) is known color: Olive Drab. HEX triplet: 61, 7F and 2A. RGB value is (97,127,42). Sum of RGB (Red+Green+Blue) = 97+127+42=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #617F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617F2A is #9E80D5. Grayscale: #6C6C6C. Windows color (decimal): -10387670 or 2785121. OLE color: 2785121.
HSL color Cylindrical-coordinate representation of color #617F2A: hue angle of 81.18º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #617F2A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 42 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.50 |
| HSL | 81.18º | 0.5% | 0.33% | - |
| HSV(B) | 81.18º | 0.67% | 0.5% | - |
| XYZ | 12.94 | 17.89 | 4.96 | - |
| YUV | 108.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 42 | 0.24 | 0 | 0.67 | 0.50 | 81.18 | 0.5 | 0.33 |
| Hex | 61 | 7F | 2A | 18 | 0 | 43 | 32 | 51 | 32 | 21 |
| Octal | 141 | 177 | 52 | 30 | 0 | 103 | 62 | 121 | 62 | 41 |
| Binary | 1100001 | 1111111 | 101010 | 11000 | 0 | 1000011 | 110010 | 1010001 | 110010 | 100001 |
Color Harmonies of #617F2A
Complementary color
Monochromatic Colors of #617F2A
Black with #617F2A
Text Example
Text Example
White with #617F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F2A; }
p { color: rgb(97,127,42); }
H1.HeaderClassName
{
color: #617F2A;
}
.AnyTagClassName
{
color: #617F2A;
}
</style>
background-color css
<style>
a { background-color: #617F2A; }
a { background-color: rgb(97,127,42); }
div.DivClassName
{
background-color: #617F2A;
}
.BgClassName
{
background-color: #617F2A;
}
</style>
border-color css
<style>
span { border-color: #617F2A; }
span { border-color: rgb(97,127,42); }
td.TdClassName
{
border-color: #617F2A;
}
.TagClassName
{
border-color: #617F2A;
}
</style>