Shades of Olivine #A8C76B
Tints of Olivine #A8C76B
RGB
CMYK
RGB Variations
Color information
#A8C76B (or 0xA8C76B) is known color: Olivine. HEX triplet: A8, C7 and 6B. RGB value is (168,199,107). Sum of RGB (Red+Green+Blue) = 168+199+107=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C76B is #573894. Grayscale: #B3B3B3. Windows color (decimal): -5716117 or 7063464. OLE color: 7063464.
HSL color Cylindrical-coordinate representation of color #A8C76B: hue angle of 80.22º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C76B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 107 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.22 |
| HSL | 80.22º | 0.45% | 0.6% | - |
| HSV(B) | 80.22º | 0.46% | 0.78% | - |
| XYZ | 39.23 | 50.23 | 21.54 | - |
| YUV | 179.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 107 | 0.16 | 0 | 0.46 | 0.22 | 80.22 | 0.45 | 0.6 |
| Hex | A8 | C7 | 6B | 10 | 0 | 2E | 16 | 50 | 2D | 3C |
| Octal | 250 | 307 | 153 | 20 | 0 | 56 | 26 | 120 | 55 | 74 |
| Binary | 10101000 | 11000111 | 1101011 | 10000 | 0 | 101110 | 10110 | 1010000 | 101101 | 111100 |
Color Harmonies of #A8C76B
Complementary color
Monochromatic Colors of #A8C76B
Black with #A8C76B
Text Example
Text Example
White with #A8C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C76B; }
p { color: rgb(168,199,107); }
H1.HeaderClassName
{
color: #A8C76B;
}
.AnyTagClassName
{
color: #A8C76B;
}
</style>
background-color css
<style>
a { background-color: #A8C76B; }
a { background-color: rgb(168,199,107); }
div.DivClassName
{
background-color: #A8C76B;
}
.BgClassName
{
background-color: #A8C76B;
}
</style>
border-color css
<style>
span { border-color: #A8C76B; }
span { border-color: rgb(168,199,107); }
td.TdClassName
{
border-color: #A8C76B;
}
.TagClassName
{
border-color: #A8C76B;
}
</style>