Shades of Olivine #A5CA77
Tints of Olivine #A5CA77
RGB
CMYK
RGB Variations
Color information
#A5CA77 (or 0xA5CA77) is known color: Olivine. HEX triplet: A5, CA and 77. RGB value is (165,202,119). Sum of RGB (Red+Green+Blue) = 165+202+119=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA77 is #5A3588. Grayscale: #B5B5B5. Windows color (decimal): -5911945 or 7850661. OLE color: 7850661.
HSL color Cylindrical-coordinate representation of color #A5CA77: hue angle of 86.75º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5CA77 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 119 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.21 |
| HSL | 86.75º | 0.44% | 0.63% | - |
| HSV(B) | 86.75º | 0.41% | 0.79% | - |
| XYZ | 39.97 | 51.57 | 25.3 | - |
| YUV | 181.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 119 | 0.18 | 0 | 0.41 | 0.21 | 86.75 | 0.44 | 0.63 |
| Hex | A5 | CA | 77 | 12 | 0 | 29 | 15 | 57 | 2C | 3F |
| Octal | 245 | 312 | 167 | 22 | 0 | 51 | 25 | 127 | 54 | 77 |
| Binary | 10100101 | 11001010 | 1110111 | 10010 | 0 | 101001 | 10101 | 1010111 | 101100 | 111111 |
Color Harmonies of #A5CA77
Complementary color
Monochromatic Colors of #A5CA77
Black with #A5CA77
Text Example
Text Example
White with #A5CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA77; }
p { color: rgb(165,202,119); }
H1.HeaderClassName
{
color: #A5CA77;
}
.AnyTagClassName
{
color: #A5CA77;
}
</style>
background-color css
<style>
a { background-color: #A5CA77; }
a { background-color: rgb(165,202,119); }
div.DivClassName
{
background-color: #A5CA77;
}
.BgClassName
{
background-color: #A5CA77;
}
</style>
border-color css
<style>
span { border-color: #A5CA77; }
span { border-color: rgb(165,202,119); }
td.TdClassName
{
border-color: #A5CA77;
}
.TagClassName
{
border-color: #A5CA77;
}
</style>