Shades of Olivine #A5BB78
Tints of Olivine #A5BB78
RGB
CMYK
RGB Variations
Color information
#A5BB78 (or 0xA5BB78) is known color: Olivine. HEX triplet: A5, BB and 78. RGB value is (165,187,120). Sum of RGB (Red+Green+Blue) = 165+187+120=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB78 is #5A4487. Grayscale: #ADADAD. Windows color (decimal): -5915784 or 7912357. OLE color: 7912357.
HSL color Cylindrical-coordinate representation of color #A5BB78: hue angle of 79.7º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5BB78 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 120 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.27 |
| HSL | 79.7º | 0.33% | 0.6% | - |
| HSV(B) | 79.7º | 0.36% | 0.73% | - |
| XYZ | 36.68 | 44.9 | 24.5 | - |
| YUV | 172.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 120 | 0.12 | 0 | 0.36 | 0.27 | 79.7 | 0.33 | 0.6 |
| Hex | A5 | BB | 78 | C | 0 | 24 | 1B | 50 | 21 | 3C |
| Octal | 245 | 273 | 170 | 14 | 0 | 44 | 33 | 120 | 41 | 74 |
| Binary | 10100101 | 10111011 | 1111000 | 1100 | 0 | 100100 | 11011 | 1010000 | 100001 | 111100 |
Color Harmonies of #A5BB78
Complementary color
Monochromatic Colors of #A5BB78
Black with #A5BB78
Text Example
Text Example
White with #A5BB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB78; }
p { color: rgb(165,187,120); }
H1.HeaderClassName
{
color: #A5BB78;
}
.AnyTagClassName
{
color: #A5BB78;
}
</style>
background-color css
<style>
a { background-color: #A5BB78; }
a { background-color: rgb(165,187,120); }
div.DivClassName
{
background-color: #A5BB78;
}
.BgClassName
{
background-color: #A5BB78;
}
</style>
border-color css
<style>
span { border-color: #A5BB78; }
span { border-color: rgb(165,187,120); }
td.TdClassName
{
border-color: #A5BB78;
}
.TagClassName
{
border-color: #A5BB78;
}
</style>