Shades of Olivine #A5C361
Tints of Olivine #A5C361
RGB
CMYK
RGB Variations
Color information
#A5C361 (or 0xA5C361) is known color: Olivine. HEX triplet: A5, C3 and 61. RGB value is (165,195,97). Sum of RGB (Red+Green+Blue) = 165+195+97=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C361 is #5A3C9E. Grayscale: #AFAFAF. Windows color (decimal): -5913759 or 6407077. OLE color: 6407077.
HSL color Cylindrical-coordinate representation of color #A5C361: hue angle of 78.37º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5C361 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 195 | 97 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.24 |
| HSL | 78.37º | 0.45% | 0.57% | - |
| HSV(B) | 78.37º | 0.5% | 0.76% | - |
| XYZ | 37.19 | 47.89 | 18.59 | - |
| YUV | 174.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 195 | 97 | 0.15 | 0 | 0.50 | 0.24 | 78.37 | 0.45 | 0.57 |
| Hex | A5 | C3 | 61 | F | 0 | 32 | 18 | 4E | 2D | 39 |
| Octal | 245 | 303 | 141 | 17 | 0 | 62 | 30 | 116 | 55 | 71 |
| Binary | 10100101 | 11000011 | 1100001 | 1111 | 0 | 110010 | 11000 | 1001110 | 101101 | 111001 |
Color Harmonies of #A5C361
Complementary color
Monochromatic Colors of #A5C361
Black with #A5C361
Text Example
Text Example
White with #A5C361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C361; }
p { color: rgb(165,195,97); }
H1.HeaderClassName
{
color: #A5C361;
}
.AnyTagClassName
{
color: #A5C361;
}
</style>
background-color css
<style>
a { background-color: #A5C361; }
a { background-color: rgb(165,195,97); }
div.DivClassName
{
background-color: #A5C361;
}
.BgClassName
{
background-color: #A5C361;
}
</style>
border-color css
<style>
span { border-color: #A5C361; }
span { border-color: rgb(165,195,97); }
td.TdClassName
{
border-color: #A5C361;
}
.TagClassName
{
border-color: #A5C361;
}
</style>