Shades of Olivine #A5CA76
Tints of Olivine #A5CA76
RGB
CMYK
RGB Variations
Color information
#A5CA76 (or 0xA5CA76) is known color: Olivine. HEX triplet: A5, CA and 76. RGB value is (165,202,118). Sum of RGB (Red+Green+Blue) = 165+202+118=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA76 is #5A3589. Grayscale: #B5B5B5. Windows color (decimal): -5911946 or 7785125. OLE color: 7785125.
HSL color Cylindrical-coordinate representation of color #A5CA76: hue angle of 86.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5CA76 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 118 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.21 |
| HSL | 86.43º | 0.44% | 0.63% | - |
| HSV(B) | 86.43º | 0.42% | 0.79% | - |
| XYZ | 39.91 | 51.55 | 24.99 | - |
| YUV | 181.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 118 | 0.18 | 0 | 0.42 | 0.21 | 86.43 | 0.44 | 0.63 |
| Hex | A5 | CA | 76 | 12 | 0 | 2A | 15 | 56 | 2C | 3F |
| Octal | 245 | 312 | 166 | 22 | 0 | 52 | 25 | 126 | 54 | 77 |
| Binary | 10100101 | 11001010 | 1110110 | 10010 | 0 | 101010 | 10101 | 1010110 | 101100 | 111111 |
Color Harmonies of #A5CA76
Complementary color
Monochromatic Colors of #A5CA76
Black with #A5CA76
Text Example
Text Example
White with #A5CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA76; }
p { color: rgb(165,202,118); }
H1.HeaderClassName
{
color: #A5CA76;
}
.AnyTagClassName
{
color: #A5CA76;
}
</style>
background-color css
<style>
a { background-color: #A5CA76; }
a { background-color: rgb(165,202,118); }
div.DivClassName
{
background-color: #A5CA76;
}
.BgClassName
{
background-color: #A5CA76;
}
</style>
border-color css
<style>
span { border-color: #A5CA76; }
span { border-color: rgb(165,202,118); }
td.TdClassName
{
border-color: #A5CA76;
}
.TagClassName
{
border-color: #A5CA76;
}
</style>