Shades of Olivine #A5C165
Tints of Olivine #A5C165
RGB
CMYK
RGB Variations
Color information
#A5C165 (or 0xA5C165) is known color: Olivine. HEX triplet: A5, C1 and 65. RGB value is (165,193,101). Sum of RGB (Red+Green+Blue) = 165+193+101=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C165 is #5A3E9A. Grayscale: #AEAEAE. Windows color (decimal): -5914267 or 6668709. OLE color: 6668709.
HSL color Cylindrical-coordinate representation of color #A5C165: hue angle of 78.26º 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 #A5C165 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 101 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.24 |
| HSL | 78.26º | 0.43% | 0.58% | - |
| HSV(B) | 78.26º | 0.48% | 0.76% | - |
| XYZ | 36.94 | 47.08 | 19.45 | - |
| YUV | 174.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 101 | 0.15 | 0 | 0.48 | 0.24 | 78.26 | 0.43 | 0.58 |
| Hex | A5 | C1 | 65 | F | 0 | 30 | 18 | 4E | 2B | 3A |
| Octal | 245 | 301 | 145 | 17 | 0 | 60 | 30 | 116 | 53 | 72 |
| Binary | 10100101 | 11000001 | 1100101 | 1111 | 0 | 110000 | 11000 | 1001110 | 101011 | 111010 |
Color Harmonies of #A5C165
Complementary color
Monochromatic Colors of #A5C165
Black with #A5C165
Text Example
Text Example
White with #A5C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C165; }
p { color: rgb(165,193,101); }
H1.HeaderClassName
{
color: #A5C165;
}
.AnyTagClassName
{
color: #A5C165;
}
</style>
background-color css
<style>
a { background-color: #A5C165; }
a { background-color: rgb(165,193,101); }
div.DivClassName
{
background-color: #A5C165;
}
.BgClassName
{
background-color: #A5C165;
}
</style>
border-color css
<style>
span { border-color: #A5C165; }
span { border-color: rgb(165,193,101); }
td.TdClassName
{
border-color: #A5C165;
}
.TagClassName
{
border-color: #A5C165;
}
</style>