Shades of Olivine #A8C165
Tints of Olivine #A8C165
RGB
CMYK
RGB Variations
Color information
#A8C165 (or 0xA8C165) is known color: Olivine. HEX triplet: A8, C1 and 65. RGB value is (168,193,101). Sum of RGB (Red+Green+Blue) = 168+193+101=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C165 is #573E9A. Grayscale: #AFAFAF. Windows color (decimal): -5717659 or 6668712. OLE color: 6668712.
HSL color Cylindrical-coordinate representation of color #A8C165: hue angle of 76.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C165 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 101 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.24 |
| HSL | 76.3º | 0.43% | 0.58% | - |
| HSV(B) | 76.3º | 0.48% | 0.76% | - |
| XYZ | 37.57 | 47.4 | 19.48 | - |
| YUV | 175.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 101 | 0.13 | 0 | 0.48 | 0.24 | 76.3 | 0.43 | 0.58 |
| Hex | A8 | C1 | 65 | D | 0 | 30 | 18 | 4C | 2B | 3A |
| Octal | 250 | 301 | 145 | 15 | 0 | 60 | 30 | 114 | 53 | 72 |
| Binary | 10101000 | 11000001 | 1100101 | 1101 | 0 | 110000 | 11000 | 1001100 | 101011 | 111010 |
Color Harmonies of #A8C165
Complementary color
Monochromatic Colors of #A8C165
Black with #A8C165
Text Example
Text Example
White with #A8C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C165; }
p { color: rgb(168,193,101); }
H1.HeaderClassName
{
color: #A8C165;
}
.AnyTagClassName
{
color: #A8C165;
}
</style>
background-color css
<style>
a { background-color: #A8C165; }
a { background-color: rgb(168,193,101); }
div.DivClassName
{
background-color: #A8C165;
}
.BgClassName
{
background-color: #A8C165;
}
</style>
border-color css
<style>
span { border-color: #A8C165; }
span { border-color: rgb(168,193,101); }
td.TdClassName
{
border-color: #A8C165;
}
.TagClassName
{
border-color: #A8C165;
}
</style>