Shades of Olive Drab #617D27
Tints of Olive Drab #617D27
RGB
CMYK
RGB Variations
Color information
#617D27 (or 0x617D27) is known color: Olive Drab. HEX triplet: 61, 7D and 27. RGB value is (97,125,39). Sum of RGB (Red+Green+Blue) = 97+125+39=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #617D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617D27 is #9E82D8. Grayscale: #6B6B6B. Windows color (decimal): -10388185 or 2588001. OLE color: 2588001.
HSL color Cylindrical-coordinate representation of color #617D27: hue angle of 79.53º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #617D27 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 125 | 39 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.51 |
| HSL | 79.53º | 0.52% | 0.32% | - |
| HSV(B) | 79.53º | 0.69% | 0.49% | - |
| XYZ | 12.63 | 17.36 | 4.6 | - |
| YUV | 106.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 39 | 0.22 | 0 | 0.69 | 0.51 | 79.53 | 0.52 | 0.32 |
| Hex | 61 | 7D | 27 | 16 | 0 | 45 | 33 | 50 | 34 | 20 |
| Octal | 141 | 175 | 47 | 26 | 0 | 105 | 63 | 120 | 64 | 40 |
| Binary | 1100001 | 1111101 | 100111 | 10110 | 0 | 1000101 | 110011 | 1010000 | 110100 | 100000 |
Color Harmonies of #617D27
Complementary color
Monochromatic Colors of #617D27
Black with #617D27
Text Example
Text Example
White with #617D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D27; }
p { color: rgb(97,125,39); }
H1.HeaderClassName
{
color: #617D27;
}
.AnyTagClassName
{
color: #617D27;
}
</style>
background-color css
<style>
a { background-color: #617D27; }
a { background-color: rgb(97,125,39); }
div.DivClassName
{
background-color: #617D27;
}
.BgClassName
{
background-color: #617D27;
}
</style>
border-color css
<style>
span { border-color: #617D27; }
span { border-color: rgb(97,125,39); }
td.TdClassName
{
border-color: #617D27;
}
.TagClassName
{
border-color: #617D27;
}
</style>