Shades of Olivine #A8C36C
Tints of Olivine #A8C36C
RGB
CMYK
RGB Variations
Color information
#A8C36C (or 0xA8C36C) is known color: Olivine. HEX triplet: A8, C3 and 6C. RGB value is (168,195,108). Sum of RGB (Red+Green+Blue) = 168+195+108=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C36C is #573C93. Grayscale: #B1B1B1. Windows color (decimal): -5717140 or 7127976. OLE color: 7127976.
HSL color Cylindrical-coordinate representation of color #A8C36C: hue angle of 78.62º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8C36C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 108 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.24 |
| HSL | 78.62º | 0.42% | 0.59% | - |
| HSV(B) | 78.62º | 0.45% | 0.76% | - |
| XYZ | 38.37 | 48.44 | 21.51 | - |
| YUV | 177.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 108 | 0.14 | 0 | 0.45 | 0.24 | 78.62 | 0.42 | 0.59 |
| Hex | A8 | C3 | 6C | E | 0 | 2D | 18 | 4F | 2A | 3B |
| Octal | 250 | 303 | 154 | 16 | 0 | 55 | 30 | 117 | 52 | 73 |
| Binary | 10101000 | 11000011 | 1101100 | 1110 | 0 | 101101 | 11000 | 1001111 | 101010 | 111011 |
Color Harmonies of #A8C36C
Complementary color
Monochromatic Colors of #A8C36C
Black with #A8C36C
Text Example
Text Example
White with #A8C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C36C; }
p { color: rgb(168,195,108); }
H1.HeaderClassName
{
color: #A8C36C;
}
.AnyTagClassName
{
color: #A8C36C;
}
</style>
background-color css
<style>
a { background-color: #A8C36C; }
a { background-color: rgb(168,195,108); }
div.DivClassName
{
background-color: #A8C36C;
}
.BgClassName
{
background-color: #A8C36C;
}
</style>
border-color css
<style>
span { border-color: #A8C36C; }
span { border-color: rgb(168,195,108); }
td.TdClassName
{
border-color: #A8C36C;
}
.TagClassName
{
border-color: #A8C36C;
}
</style>