Shades of Olivine #A5C574
Tints of Olivine #A5C574
RGB
CMYK
RGB Variations
Color information
#A5C574 (or 0xA5C574) is known color: Olivine. HEX triplet: A5, C5 and 74. RGB value is (165,197,116). Sum of RGB (Red+Green+Blue) = 165+197+116=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C574 is #5A3A8B. Grayscale: #B2B2B2. Windows color (decimal): -5913228 or 7652773. OLE color: 7652773.
HSL color Cylindrical-coordinate representation of color #A5C574: hue angle of 83.7º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5C574 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 116 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.23 |
| HSL | 83.7º | 0.41% | 0.61% | - |
| HSV(B) | 83.7º | 0.41% | 0.77% | - |
| XYZ | 38.64 | 49.19 | 23.98 | - |
| YUV | 178.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 116 | 0.16 | 0 | 0.41 | 0.23 | 83.7 | 0.41 | 0.61 |
| Hex | A5 | C5 | 74 | 10 | 0 | 29 | 17 | 54 | 29 | 3D |
| Octal | 245 | 305 | 164 | 20 | 0 | 51 | 27 | 124 | 51 | 75 |
| Binary | 10100101 | 11000101 | 1110100 | 10000 | 0 | 101001 | 10111 | 1010100 | 101001 | 111101 |
Color Harmonies of #A5C574
Complementary color
Monochromatic Colors of #A5C574
Black with #A5C574
Text Example
Text Example
White with #A5C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C574; }
p { color: rgb(165,197,116); }
H1.HeaderClassName
{
color: #A5C574;
}
.AnyTagClassName
{
color: #A5C574;
}
</style>
background-color css
<style>
a { background-color: #A5C574; }
a { background-color: rgb(165,197,116); }
div.DivClassName
{
background-color: #A5C574;
}
.BgClassName
{
background-color: #A5C574;
}
</style>
border-color css
<style>
span { border-color: #A5C574; }
span { border-color: rgb(165,197,116); }
td.TdClassName
{
border-color: #A5C574;
}
.TagClassName
{
border-color: #A5C574;
}
</style>