Shades of Olivine #A5B969
Tints of Olivine #A5B969
RGB
CMYK
RGB Variations
Color information
#A5B969 (or 0xA5B969) is known color: Olivine. HEX triplet: A5, B9 and 69. RGB value is (165,185,105). Sum of RGB (Red+Green+Blue) = 165+185+105=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B969 is #5A4696. Grayscale: #AAAAAA. Windows color (decimal): -5916311 or 6928805. OLE color: 6928805.
HSL color Cylindrical-coordinate representation of color #A5B969: hue angle of 75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5B969 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 105 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.27 |
| HSL | 75º | 0.36% | 0.57% | - |
| HSV(B) | 75º | 0.43% | 0.73% | - |
| XYZ | 35.42 | 43.72 | 19.94 | - |
| YUV | 169.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 105 | 0.11 | 0 | 0.43 | 0.27 | 75 | 0.36 | 0.57 |
| Hex | A5 | B9 | 69 | B | 0 | 2B | 1B | 4B | 24 | 39 |
| Octal | 245 | 271 | 151 | 13 | 0 | 53 | 33 | 113 | 44 | 71 |
| Binary | 10100101 | 10111001 | 1101001 | 1011 | 0 | 101011 | 11011 | 1001011 | 100100 | 111001 |
Color Harmonies of #A5B969
Complementary color
Monochromatic Colors of #A5B969
Black with #A5B969
Text Example
Text Example
White with #A5B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B969; }
p { color: rgb(165,185,105); }
H1.HeaderClassName
{
color: #A5B969;
}
.AnyTagClassName
{
color: #A5B969;
}
</style>
background-color css
<style>
a { background-color: #A5B969; }
a { background-color: rgb(165,185,105); }
div.DivClassName
{
background-color: #A5B969;
}
.BgClassName
{
background-color: #A5B969;
}
</style>
border-color css
<style>
span { border-color: #A5B969; }
span { border-color: rgb(165,185,105); }
td.TdClassName
{
border-color: #A5B969;
}
.TagClassName
{
border-color: #A5B969;
}
</style>