Shades of Olive Drab #5D7F17
Tints of Olive Drab #5D7F17
RGB
CMYK
RGB Variations
Color information
#5D7F17 (or 0x5D7F17) is known color: Olive Drab. HEX triplet: 5D, 7F and 17. RGB value is (93,127,23). Sum of RGB (Red+Green+Blue) = 93+127+23=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #5D7F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7F17 is #A280E8. Grayscale: #696969. Windows color (decimal): -10649833 or 1539933. OLE color: 1539933.
HSL color Cylindrical-coordinate representation of color #5D7F17: hue angle of 79.62º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D7F17 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 127 | 23 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.50 |
| HSL | 79.62º | 0.69% | 0.29% | - |
| HSV(B) | 79.62º | 0.82% | 0.5% | - |
| XYZ | 12.26 | 17.57 | 3.56 | - |
| YUV | 104.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 23 | 0.27 | 0 | 0.82 | 0.50 | 79.62 | 0.69 | 0.29 |
| Hex | 5D | 7F | 17 | 1B | 0 | 52 | 32 | 50 | 45 | 1D |
| Octal | 135 | 177 | 27 | 33 | 0 | 122 | 62 | 120 | 105 | 35 |
| Binary | 1011101 | 1111111 | 10111 | 11011 | 0 | 1010010 | 110010 | 1010000 | 1000101 | 11101 |
Color Harmonies of #5D7F17
Complementary color
Monochromatic Colors of #5D7F17
Black with #5D7F17
Text Example
Text Example
White with #5D7F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7F17; }
p { color: rgb(93,127,23); }
H1.HeaderClassName
{
color: #5D7F17;
}
.AnyTagClassName
{
color: #5D7F17;
}
</style>
background-color css
<style>
a { background-color: #5D7F17; }
a { background-color: rgb(93,127,23); }
div.DivClassName
{
background-color: #5D7F17;
}
.BgClassName
{
background-color: #5D7F17;
}
</style>
border-color css
<style>
span { border-color: #5D7F17; }
span { border-color: rgb(93,127,23); }
td.TdClassName
{
border-color: #5D7F17;
}
.TagClassName
{
border-color: #5D7F17;
}
</style>