Shades of Olivine #A5C766
Tints of Olivine #A5C766
RGB
CMYK
RGB Variations
Color information
#A5C766 (or 0xA5C766) is known color: Olivine. HEX triplet: A5, C7 and 66. RGB value is (165,199,102). Sum of RGB (Red+Green+Blue) = 165+199+102=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C766 is #5A3899. Grayscale: #B2B2B2. Windows color (decimal): -5912730 or 6735781. OLE color: 6735781.
HSL color Cylindrical-coordinate representation of color #A5C766: hue angle of 81.03º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5C766 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 199 | 102 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.22 |
| HSL | 81.03º | 0.46% | 0.59% | - |
| HSV(B) | 81.03º | 0.49% | 0.78% | - |
| XYZ | 38.34 | 49.81 | 20.16 | - |
| YUV | 177.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 102 | 0.17 | 0 | 0.49 | 0.22 | 81.03 | 0.46 | 0.59 |
| Hex | A5 | C7 | 66 | 11 | 0 | 31 | 16 | 51 | 2E | 3B |
| Octal | 245 | 307 | 146 | 21 | 0 | 61 | 26 | 121 | 56 | 73 |
| Binary | 10100101 | 11000111 | 1100110 | 10001 | 0 | 110001 | 10110 | 1010001 | 101110 | 111011 |
Color Harmonies of #A5C766
Complementary color
Monochromatic Colors of #A5C766
Black with #A5C766
Text Example
Text Example
White with #A5C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C766; }
p { color: rgb(165,199,102); }
H1.HeaderClassName
{
color: #A5C766;
}
.AnyTagClassName
{
color: #A5C766;
}
</style>
background-color css
<style>
a { background-color: #A5C766; }
a { background-color: rgb(165,199,102); }
div.DivClassName
{
background-color: #A5C766;
}
.BgClassName
{
background-color: #A5C766;
}
</style>
border-color css
<style>
span { border-color: #A5C766; }
span { border-color: rgb(165,199,102); }
td.TdClassName
{
border-color: #A5C766;
}
.TagClassName
{
border-color: #A5C766;
}
</style>