Shades of Olivine #A8C065
Tints of Olivine #A8C065
RGB
CMYK
RGB Variations
Color information
#A8C065 (or 0xA8C065) is known color: Olivine. HEX triplet: A8, C0 and 65. RGB value is (168,192,101). Sum of RGB (Red+Green+Blue) = 168+192+101=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C065 is #573F9A. Grayscale: #AEAEAE. Windows color (decimal): -5717915 or 6668456. OLE color: 6668456.
HSL color Cylindrical-coordinate representation of color #A8C065: hue angle of 75.82º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C065 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 101 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.25 |
| HSL | 75.82º | 0.42% | 0.57% | - |
| HSV(B) | 75.82º | 0.47% | 0.75% | - |
| XYZ | 37.35 | 46.96 | 19.41 | - |
| YUV | 174.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 101 | 0.12 | 0 | 0.47 | 0.25 | 75.82 | 0.42 | 0.57 |
| Hex | A8 | C0 | 65 | C | 0 | 2F | 19 | 4C | 2A | 39 |
| Octal | 250 | 300 | 145 | 14 | 0 | 57 | 31 | 114 | 52 | 71 |
| Binary | 10101000 | 11000000 | 1100101 | 1100 | 0 | 101111 | 11001 | 1001100 | 101010 | 111001 |
Color Harmonies of #A8C065
Complementary color
Monochromatic Colors of #A8C065
Black with #A8C065
Text Example
Text Example
White with #A8C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C065; }
p { color: rgb(168,192,101); }
H1.HeaderClassName
{
color: #A8C065;
}
.AnyTagClassName
{
color: #A8C065;
}
</style>
background-color css
<style>
a { background-color: #A8C065; }
a { background-color: rgb(168,192,101); }
div.DivClassName
{
background-color: #A8C065;
}
.BgClassName
{
background-color: #A8C065;
}
</style>
border-color css
<style>
span { border-color: #A8C065; }
span { border-color: rgb(168,192,101); }
td.TdClassName
{
border-color: #A8C065;
}
.TagClassName
{
border-color: #A8C065;
}
</style>