Shades of Olivine #A8C36D
Tints of Olivine #A8C36D
RGB
CMYK
RGB Variations
Color information
#A8C36D (or 0xA8C36D) is known color: Olivine. HEX triplet: A8, C3 and 6D. RGB value is (168,195,109). Sum of RGB (Red+Green+Blue) = 168+195+109=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C36D is #573C92. Grayscale: #B1B1B1. Windows color (decimal): -5717139 or 7193512. OLE color: 7193512.
HSL color Cylindrical-coordinate representation of color #A8C36D: hue angle of 78.84º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C36D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 109 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.24 |
| HSL | 78.84º | 0.42% | 0.6% | - |
| HSV(B) | 78.84º | 0.44% | 0.76% | - |
| XYZ | 38.42 | 48.46 | 21.8 | - |
| YUV | 177.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 109 | 0.14 | 0 | 0.44 | 0.24 | 78.84 | 0.42 | 0.6 |
| Hex | A8 | C3 | 6D | E | 0 | 2C | 18 | 4F | 2A | 3C |
| Octal | 250 | 303 | 155 | 16 | 0 | 54 | 30 | 117 | 52 | 74 |
| Binary | 10101000 | 11000011 | 1101101 | 1110 | 0 | 101100 | 11000 | 1001111 | 101010 | 111100 |
Color Harmonies of #A8C36D
Complementary color
Monochromatic Colors of #A8C36D
Black with #A8C36D
Text Example
Text Example
White with #A8C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C36D; }
p { color: rgb(168,195,109); }
H1.HeaderClassName
{
color: #A8C36D;
}
.AnyTagClassName
{
color: #A8C36D;
}
</style>
background-color css
<style>
a { background-color: #A8C36D; }
a { background-color: rgb(168,195,109); }
div.DivClassName
{
background-color: #A8C36D;
}
.BgClassName
{
background-color: #A8C36D;
}
</style>
border-color css
<style>
span { border-color: #A8C36D; }
span { border-color: rgb(168,195,109); }
td.TdClassName
{
border-color: #A8C36D;
}
.TagClassName
{
border-color: #A8C36D;
}
</style>