Shades of Olivine #A0B37B
Tints of Olivine #A0B37B
RGB
CMYK
RGB Variations
Color information
#A0B37B (or 0xA0B37B) is known color: Olivine. HEX triplet: A0, B3 and 7B. RGB value is (160,179,123). Sum of RGB (Red+Green+Blue) = 160+179+123=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B37B is #5F4C84. Grayscale: #A7A7A7. Windows color (decimal): -6245509 or 8106912. OLE color: 8106912.
HSL color Cylindrical-coordinate representation of color #A0B37B: hue angle of 80.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0B37B is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 123 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.30 |
| HSL | 80.36º | 0.27% | 0.59% | - |
| HSV(B) | 80.36º | 0.31% | 0.7% | - |
| XYZ | 34.19 | 41.14 | 24.88 | - |
| YUV | 166.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 123 | 0.11 | 0 | 0.31 | 0.30 | 80.36 | 0.27 | 0.59 |
| Hex | A0 | B3 | 7B | B | 0 | 1F | 1E | 50 | 1B | 3B |
| Octal | 240 | 263 | 173 | 13 | 0 | 37 | 36 | 120 | 33 | 73 |
| Binary | 10100000 | 10110011 | 1111011 | 1011 | 0 | 11111 | 11110 | 1010000 | 11011 | 111011 |
Color Harmonies of #A0B37B
Complementary color
Monochromatic Colors of #A0B37B
Black with #A0B37B
Text Example
Text Example
White with #A0B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B37B; }
p { color: rgb(160,179,123); }
H1.HeaderClassName
{
color: #A0B37B;
}
.AnyTagClassName
{
color: #A0B37B;
}
</style>
background-color css
<style>
a { background-color: #A0B37B; }
a { background-color: rgb(160,179,123); }
div.DivClassName
{
background-color: #A0B37B;
}
.BgClassName
{
background-color: #A0B37B;
}
</style>
border-color css
<style>
span { border-color: #A0B37B; }
span { border-color: rgb(160,179,123); }
td.TdClassName
{
border-color: #A0B37B;
}
.TagClassName
{
border-color: #A0B37B;
}
</style>