Shades of Olivine #A5BB75
Tints of Olivine #A5BB75
RGB
CMYK
RGB Variations
Color information
#A5BB75 (or 0xA5BB75) is known color: Olivine. HEX triplet: A5, BB and 75. RGB value is (165,187,117). Sum of RGB (Red+Green+Blue) = 165+187+117=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB75 is #5A448A. Grayscale: #ACACAC. Windows color (decimal): -5915787 or 7715749. OLE color: 7715749.
HSL color Cylindrical-coordinate representation of color #A5BB75: hue angle of 78.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5BB75 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 117 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.27 |
| HSL | 78.86º | 0.34% | 0.6% | - |
| HSV(B) | 78.86º | 0.37% | 0.73% | - |
| XYZ | 36.5 | 44.82 | 23.56 | - |
| YUV | 172.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 117 | 0.12 | 0 | 0.37 | 0.27 | 78.86 | 0.34 | 0.6 |
| Hex | A5 | BB | 75 | C | 0 | 25 | 1B | 4F | 22 | 3C |
| Octal | 245 | 273 | 165 | 14 | 0 | 45 | 33 | 117 | 42 | 74 |
| Binary | 10100101 | 10111011 | 1110101 | 1100 | 0 | 100101 | 11011 | 1001111 | 100010 | 111100 |
Color Harmonies of #A5BB75
Complementary color
Monochromatic Colors of #A5BB75
Black with #A5BB75
Text Example
Text Example
White with #A5BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB75; }
p { color: rgb(165,187,117); }
H1.HeaderClassName
{
color: #A5BB75;
}
.AnyTagClassName
{
color: #A5BB75;
}
</style>
background-color css
<style>
a { background-color: #A5BB75; }
a { background-color: rgb(165,187,117); }
div.DivClassName
{
background-color: #A5BB75;
}
.BgClassName
{
background-color: #A5BB75;
}
</style>
border-color css
<style>
span { border-color: #A5BB75; }
span { border-color: rgb(165,187,117); }
td.TdClassName
{
border-color: #A5BB75;
}
.TagClassName
{
border-color: #A5BB75;
}
</style>