Shades of Olive Drab #5D831B
Tints of Olive Drab #5D831B
RGB
CMYK
RGB Variations
Color information
#5D831B (or 0x5D831B) is known color: Olive Drab. HEX triplet: 5D, 83 and 1B. RGB value is (93,131,27). Sum of RGB (Red+Green+Blue) = 93+131+27=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #5D831B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D831B is #A27CE4. Grayscale: #6C6C6C. Windows color (decimal): -10648805 or 1803101. OLE color: 1803101.
HSL color Cylindrical-coordinate representation of color #5D831B: hue angle of 81.92º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D831B is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 27 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.49 |
| HSL | 81.92º | 0.66% | 0.31% | - |
| HSV(B) | 81.92º | 0.79% | 0.51% | - |
| XYZ | 12.83 | 18.64 | 3.96 | - |
| YUV | 107.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 27 | 0.29 | 0 | 0.79 | 0.49 | 81.92 | 0.66 | 0.31 |
| Hex | 5D | 83 | 1B | 1D | 0 | 4F | 31 | 52 | 42 | 1F |
| Octal | 135 | 203 | 33 | 35 | 0 | 117 | 61 | 122 | 102 | 37 |
| Binary | 1011101 | 10000011 | 11011 | 11101 | 0 | 1001111 | 110001 | 1010010 | 1000010 | 11111 |
Color Harmonies of #5D831B
Complementary color
Monochromatic Colors of #5D831B
Black with #5D831B
Text Example
Text Example
White with #5D831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D831B; }
p { color: rgb(93,131,27); }
H1.HeaderClassName
{
color: #5D831B;
}
.AnyTagClassName
{
color: #5D831B;
}
</style>
background-color css
<style>
a { background-color: #5D831B; }
a { background-color: rgb(93,131,27); }
div.DivClassName
{
background-color: #5D831B;
}
.BgClassName
{
background-color: #5D831B;
}
</style>
border-color css
<style>
span { border-color: #5D831B; }
span { border-color: rgb(93,131,27); }
td.TdClassName
{
border-color: #5D831B;
}
.TagClassName
{
border-color: #5D831B;
}
</style>