Shades of Olivine #A6C45F
Tints of Olivine #A6C45F
RGB
CMYK
RGB Variations
Color information
#A6C45F (or 0xA6C45F) is known color: Olivine. HEX triplet: A6, C4 and 5F. RGB value is (166,196,95). Sum of RGB (Red+Green+Blue) = 166+196+95=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C45F is #593BA0. Grayscale: #AFAFAF. Windows color (decimal): -5847969 or 6276262. OLE color: 6276262.
HSL color Cylindrical-coordinate representation of color #A6C45F: hue angle of 77.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6C45F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 95 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.23 |
| HSL | 77.82º | 0.46% | 0.57% | - |
| HSV(B) | 77.82º | 0.52% | 0.77% | - |
| XYZ | 37.53 | 48.41 | 18.19 | - |
| YUV | 175.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 95 | 0.15 | 0 | 0.52 | 0.23 | 77.82 | 0.46 | 0.57 |
| Hex | A6 | C4 | 5F | F | 0 | 34 | 17 | 4E | 2E | 39 |
| Octal | 246 | 304 | 137 | 17 | 0 | 64 | 27 | 116 | 56 | 71 |
| Binary | 10100110 | 11000100 | 1011111 | 1111 | 0 | 110100 | 10111 | 1001110 | 101110 | 111001 |
Color Harmonies of #A6C45F
Complementary color
Monochromatic Colors of #A6C45F
Black with #A6C45F
Text Example
Text Example
White with #A6C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C45F; }
p { color: rgb(166,196,95); }
H1.HeaderClassName
{
color: #A6C45F;
}
.AnyTagClassName
{
color: #A6C45F;
}
</style>
background-color css
<style>
a { background-color: #A6C45F; }
a { background-color: rgb(166,196,95); }
div.DivClassName
{
background-color: #A6C45F;
}
.BgClassName
{
background-color: #A6C45F;
}
</style>
border-color css
<style>
span { border-color: #A6C45F; }
span { border-color: rgb(166,196,95); }
td.TdClassName
{
border-color: #A6C45F;
}
.TagClassName
{
border-color: #A6C45F;
}
</style>