Shades of Olivine #A5BF76
Tints of Olivine #A5BF76
RGB
CMYK
RGB Variations
Color information
#A5BF76 (or 0xA5BF76) is known color: Olivine. HEX triplet: A5, BF and 76. RGB value is (165,191,118). Sum of RGB (Red+Green+Blue) = 165+191+118=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF76 is #5A4089. Grayscale: #AFAFAF. Windows color (decimal): -5914762 or 7782309. OLE color: 7782309.
HSL color Cylindrical-coordinate representation of color #A5BF76: hue angle of 81.37º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5BF76 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 191 | 118 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.25 |
| HSL | 81.37º | 0.36% | 0.61% | - |
| HSV(B) | 81.37º | 0.38% | 0.75% | - |
| XYZ | 37.42 | 46.57 | 24.16 | - |
| YUV | 174.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 118 | 0.14 | 0 | 0.38 | 0.25 | 81.37 | 0.36 | 0.61 |
| Hex | A5 | BF | 76 | E | 0 | 26 | 19 | 51 | 24 | 3D |
| Octal | 245 | 277 | 166 | 16 | 0 | 46 | 31 | 121 | 44 | 75 |
| Binary | 10100101 | 10111111 | 1110110 | 1110 | 0 | 100110 | 11001 | 1010001 | 100100 | 111101 |
Color Harmonies of #A5BF76
Complementary color
Monochromatic Colors of #A5BF76
Black with #A5BF76
Text Example
Text Example
White with #A5BF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BF76; }
p { color: rgb(165,191,118); }
H1.HeaderClassName
{
color: #A5BF76;
}
.AnyTagClassName
{
color: #A5BF76;
}
</style>
background-color css
<style>
a { background-color: #A5BF76; }
a { background-color: rgb(165,191,118); }
div.DivClassName
{
background-color: #A5BF76;
}
.BgClassName
{
background-color: #A5BF76;
}
</style>
border-color css
<style>
span { border-color: #A5BF76; }
span { border-color: rgb(165,191,118); }
td.TdClassName
{
border-color: #A5BF76;
}
.TagClassName
{
border-color: #A5BF76;
}
</style>