Shades of Olive Drab #5A8305
Tints of Olive Drab #5A8305
RGB
CMYK
RGB Variations
Color information
#5A8305 (or 0x5A8305) is known color: Olive Drab. HEX triplet: 5A, 83 and 05. RGB value is (90,131,5). Sum of RGB (Red+Green+Blue) = 90+131+5=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8305 is #A57CFA. Grayscale: #686868. Windows color (decimal): -10845435 or 361306. OLE color: 361306.
HSL color Cylindrical-coordinate representation of color #5A8305: hue angle of 79.52º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A8305 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 131 | 5 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.49 |
| HSL | 79.52º | 0.93% | 0.27% | - |
| HSV(B) | 79.52º | 0.96% | 0.51% | - |
| XYZ | 12.36 | 18.42 | 3.05 | - |
| YUV | 104.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 131 | 5 | 0.31 | 0 | 0.96 | 0.49 | 79.52 | 0.93 | 0.27 |
| Hex | 5A | 83 | 5 | 1F | 0 | 60 | 31 | 50 | 5D | 1B |
| Octal | 132 | 203 | 5 | 37 | 0 | 140 | 61 | 120 | 135 | 33 |
| Binary | 1011010 | 10000011 | 101 | 11111 | 0 | 1100000 | 110001 | 1010000 | 1011101 | 11011 |
Color Harmonies of #5A8305
Complementary color
Monochromatic Colors of #5A8305
Black with #5A8305
Text Example
Text Example
White with #5A8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8305; }
p { color: rgb(90,131,5); }
H1.HeaderClassName
{
color: #5A8305;
}
.AnyTagClassName
{
color: #5A8305;
}
</style>
background-color css
<style>
a { background-color: #5A8305; }
a { background-color: rgb(90,131,5); }
div.DivClassName
{
background-color: #5A8305;
}
.BgClassName
{
background-color: #5A8305;
}
</style>
border-color css
<style>
span { border-color: #5A8305; }
span { border-color: rgb(90,131,5); }
td.TdClassName
{
border-color: #5A8305;
}
.TagClassName
{
border-color: #5A8305;
}
</style>