Shades of Olivine #A5B775
Tints of Olivine #A5B775
RGB
CMYK
RGB Variations
Color information
#A5B775 (or 0xA5B775) is known color: Olivine. HEX triplet: A5, B7 and 75. RGB value is (165,183,117). Sum of RGB (Red+Green+Blue) = 165+183+117=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B775 is #5A488A. Grayscale: #AAAAAA. Windows color (decimal): -5916811 or 7714725. OLE color: 7714725.
HSL color Cylindrical-coordinate representation of color #A5B775: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5B775 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 117 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.28 |
| HSL | 76.36º | 0.31% | 0.59% | - |
| HSV(B) | 76.36º | 0.36% | 0.72% | - |
| XYZ | 35.66 | 43.15 | 23.28 | - |
| YUV | 170.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 117 | 0.10 | 0 | 0.36 | 0.28 | 76.36 | 0.31 | 0.59 |
| Hex | A5 | B7 | 75 | A | 0 | 24 | 1C | 4C | 1F | 3B |
| Octal | 245 | 267 | 165 | 12 | 0 | 44 | 34 | 114 | 37 | 73 |
| Binary | 10100101 | 10110111 | 1110101 | 1010 | 0 | 100100 | 11100 | 1001100 | 11111 | 111011 |
Color Harmonies of #A5B775
Complementary color
Monochromatic Colors of #A5B775
Black with #A5B775
Text Example
Text Example
White with #A5B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B775; }
p { color: rgb(165,183,117); }
H1.HeaderClassName
{
color: #A5B775;
}
.AnyTagClassName
{
color: #A5B775;
}
</style>
background-color css
<style>
a { background-color: #A5B775; }
a { background-color: rgb(165,183,117); }
div.DivClassName
{
background-color: #A5B775;
}
.BgClassName
{
background-color: #A5B775;
}
</style>
border-color css
<style>
span { border-color: #A5B775; }
span { border-color: rgb(165,183,117); }
td.TdClassName
{
border-color: #A5B775;
}
.TagClassName
{
border-color: #A5B775;
}
</style>