Shades of Olivine #A8C06B
Tints of Olivine #A8C06B
RGB
CMYK
RGB Variations
Color information
#A8C06B (or 0xA8C06B) is known color: Olivine. HEX triplet: A8, C0 and 6B. RGB value is (168,192,107). Sum of RGB (Red+Green+Blue) = 168+192+107=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C06B is #573F94. Grayscale: #AFAFAF. Windows color (decimal): -5717909 or 7061672. OLE color: 7061672.
HSL color Cylindrical-coordinate representation of color #A8C06B: hue angle of 76.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C06B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 107 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.25 |
| HSL | 76.94º | 0.4% | 0.59% | - |
| HSV(B) | 76.94º | 0.44% | 0.75% | - |
| XYZ | 37.65 | 47.09 | 21.01 | - |
| YUV | 175.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 107 | 0.12 | 0 | 0.44 | 0.25 | 76.94 | 0.4 | 0.59 |
| Hex | A8 | C0 | 6B | C | 0 | 2C | 19 | 4D | 28 | 3B |
| Octal | 250 | 300 | 153 | 14 | 0 | 54 | 31 | 115 | 50 | 73 |
| Binary | 10101000 | 11000000 | 1101011 | 1100 | 0 | 101100 | 11001 | 1001101 | 101000 | 111011 |
Color Harmonies of #A8C06B
Complementary color
Monochromatic Colors of #A8C06B
Black with #A8C06B
Text Example
Text Example
White with #A8C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C06B; }
p { color: rgb(168,192,107); }
H1.HeaderClassName
{
color: #A8C06B;
}
.AnyTagClassName
{
color: #A8C06B;
}
</style>
background-color css
<style>
a { background-color: #A8C06B; }
a { background-color: rgb(168,192,107); }
div.DivClassName
{
background-color: #A8C06B;
}
.BgClassName
{
background-color: #A8C06B;
}
</style>
border-color css
<style>
span { border-color: #A8C06B; }
span { border-color: rgb(168,192,107); }
td.TdClassName
{
border-color: #A8C06B;
}
.TagClassName
{
border-color: #A8C06B;
}
</style>