Shades of Olivine #A5C672
Tints of Olivine #A5C672
RGB
CMYK
RGB Variations
Color information
#A5C672 (or 0xA5C672) is known color: Olivine. HEX triplet: A5, C6 and 72. RGB value is (165,198,114). Sum of RGB (Red+Green+Blue) = 165+198+114=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C672 is #5A398D. Grayscale: #B2B2B2. Windows color (decimal): -5912974 or 7521957. OLE color: 7521957.
HSL color Cylindrical-coordinate representation of color #A5C672: hue angle of 83.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5C672 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 198 | 114 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.22 |
| HSL | 83.57º | 0.42% | 0.61% | - |
| HSV(B) | 83.57º | 0.42% | 0.78% | - |
| XYZ | 38.75 | 49.6 | 23.45 | - |
| YUV | 178.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 114 | 0.17 | 0 | 0.42 | 0.22 | 83.57 | 0.42 | 0.61 |
| Hex | A5 | C6 | 72 | 11 | 0 | 2A | 16 | 54 | 2A | 3D |
| Octal | 245 | 306 | 162 | 21 | 0 | 52 | 26 | 124 | 52 | 75 |
| Binary | 10100101 | 11000110 | 1110010 | 10001 | 0 | 101010 | 10110 | 1010100 | 101010 | 111101 |
Color Harmonies of #A5C672
Complementary color
Monochromatic Colors of #A5C672
Black with #A5C672
Text Example
Text Example
White with #A5C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C672; }
p { color: rgb(165,198,114); }
H1.HeaderClassName
{
color: #A5C672;
}
.AnyTagClassName
{
color: #A5C672;
}
</style>
background-color css
<style>
a { background-color: #A5C672; }
a { background-color: rgb(165,198,114); }
div.DivClassName
{
background-color: #A5C672;
}
.BgClassName
{
background-color: #A5C672;
}
</style>
border-color css
<style>
span { border-color: #A5C672; }
span { border-color: rgb(165,198,114); }
td.TdClassName
{
border-color: #A5C672;
}
.TagClassName
{
border-color: #A5C672;
}
</style>