Shades of Olivine #A5C176
Tints of Olivine #A5C176
RGB
CMYK
RGB Variations
Color information
#A5C176 (or 0xA5C176) is known color: Olivine. HEX triplet: A5, C1 and 76. RGB value is (165,193,118). Sum of RGB (Red+Green+Blue) = 165+193+118=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C176 is #5A3E89. Grayscale: #B0B0B0. Windows color (decimal): -5914250 or 7782821. OLE color: 7782821.
HSL color Cylindrical-coordinate representation of color #A5C176: hue angle of 82.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5C176 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 118 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.24 |
| HSL | 82.4º | 0.38% | 0.61% | - |
| HSV(B) | 82.4º | 0.39% | 0.76% | - |
| XYZ | 37.86 | 47.45 | 24.3 | - |
| YUV | 176.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 118 | 0.15 | 0 | 0.39 | 0.24 | 82.4 | 0.38 | 0.61 |
| Hex | A5 | C1 | 76 | F | 0 | 27 | 18 | 52 | 26 | 3D |
| Octal | 245 | 301 | 166 | 17 | 0 | 47 | 30 | 122 | 46 | 75 |
| Binary | 10100101 | 11000001 | 1110110 | 1111 | 0 | 100111 | 11000 | 1010010 | 100110 | 111101 |
Color Harmonies of #A5C176
Complementary color
Monochromatic Colors of #A5C176
Black with #A5C176
Text Example
Text Example
White with #A5C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C176; }
p { color: rgb(165,193,118); }
H1.HeaderClassName
{
color: #A5C176;
}
.AnyTagClassName
{
color: #A5C176;
}
</style>
background-color css
<style>
a { background-color: #A5C176; }
a { background-color: rgb(165,193,118); }
div.DivClassName
{
background-color: #A5C176;
}
.BgClassName
{
background-color: #A5C176;
}
</style>
border-color css
<style>
span { border-color: #A5C176; }
span { border-color: rgb(165,193,118); }
td.TdClassName
{
border-color: #A5C176;
}
.TagClassName
{
border-color: #A5C176;
}
</style>