Shades of Olivine #A8C66B
Tints of Olivine #A8C66B
RGB
CMYK
RGB Variations
Color information
#A8C66B (or 0xA8C66B) is known color: Olivine. HEX triplet: A8, C6 and 6B. RGB value is (168,198,107). Sum of RGB (Red+Green+Blue) = 168+198+107=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C66B is #573994. Grayscale: #B2B2B2. Windows color (decimal): -5716373 or 7063208. OLE color: 7063208.
HSL color Cylindrical-coordinate representation of color #A8C66B: hue angle of 79.78º degrees, saturation: 0.44, 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 #A8C66B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 107 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.22 |
| HSL | 79.78º | 0.44% | 0.6% | - |
| HSV(B) | 79.78º | 0.46% | 0.78% | - |
| XYZ | 39 | 49.77 | 21.46 | - |
| YUV | 178.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 107 | 0.15 | 0 | 0.46 | 0.22 | 79.78 | 0.44 | 0.6 |
| Hex | A8 | C6 | 6B | F | 0 | 2E | 16 | 50 | 2C | 3C |
| Octal | 250 | 306 | 153 | 17 | 0 | 56 | 26 | 120 | 54 | 74 |
| Binary | 10101000 | 11000110 | 1101011 | 1111 | 0 | 101110 | 10110 | 1010000 | 101100 | 111100 |
Color Harmonies of #A8C66B
Complementary color
Monochromatic Colors of #A8C66B
Black with #A8C66B
Text Example
Text Example
White with #A8C66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C66B; }
p { color: rgb(168,198,107); }
H1.HeaderClassName
{
color: #A8C66B;
}
.AnyTagClassName
{
color: #A8C66B;
}
</style>
background-color css
<style>
a { background-color: #A8C66B; }
a { background-color: rgb(168,198,107); }
div.DivClassName
{
background-color: #A8C66B;
}
.BgClassName
{
background-color: #A8C66B;
}
</style>
border-color css
<style>
span { border-color: #A8C66B; }
span { border-color: rgb(168,198,107); }
td.TdClassName
{
border-color: #A8C66B;
}
.TagClassName
{
border-color: #A8C66B;
}
</style>