Shades of Olive Drab #5A820C
Tints of Olive Drab #5A820C
RGB
CMYK
RGB Variations
Color information
#5A820C (or 0x5A820C) is known color: Olive Drab. HEX triplet: 5A, 82 and 0C. RGB value is (90,130,12). Sum of RGB (Red+Green+Blue) = 90+130+12=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #5A820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A820C is #A57DF3. Grayscale: #696969. Windows color (decimal): -10845684 or 819802. OLE color: 819802.
HSL color Cylindrical-coordinate representation of color #5A820C: hue angle of 80.34º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A820C is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 12 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.49 |
| HSL | 80.34º | 0.83% | 0.28% | - |
| HSV(B) | 80.34º | 0.91% | 0.51% | - |
| XYZ | 12.27 | 18.17 | 3.21 | - |
| YUV | 104.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 12 | 0.31 | 0 | 0.91 | 0.49 | 80.34 | 0.83 | 0.28 |
| Hex | 5A | 82 | C | 1F | 0 | 5B | 31 | 50 | 53 | 1C |
| Octal | 132 | 202 | 14 | 37 | 0 | 133 | 61 | 120 | 123 | 34 |
| Binary | 1011010 | 10000010 | 1100 | 11111 | 0 | 1011011 | 110001 | 1010000 | 1010011 | 11100 |
Color Harmonies of #5A820C
Complementary color
Monochromatic Colors of #5A820C
Black with #5A820C
Text Example
Text Example
White with #5A820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A820C; }
p { color: rgb(90,130,12); }
H1.HeaderClassName
{
color: #5A820C;
}
.AnyTagClassName
{
color: #5A820C;
}
</style>
background-color css
<style>
a { background-color: #5A820C; }
a { background-color: rgb(90,130,12); }
div.DivClassName
{
background-color: #5A820C;
}
.BgClassName
{
background-color: #5A820C;
}
</style>
border-color css
<style>
span { border-color: #5A820C; }
span { border-color: rgb(90,130,12); }
td.TdClassName
{
border-color: #5A820C;
}
.TagClassName
{
border-color: #5A820C;
}
</style>