Shades of Olivine #A1B073
Tints of Olivine #A1B073
RGB
CMYK
RGB Variations
Color information
#A1B073 (or 0xA1B073) is known color: Olivine. HEX triplet: A1, B0 and 73. RGB value is (161,176,115). Sum of RGB (Red+Green+Blue) = 161+176+115=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B073 is #5E4F8C. Grayscale: #A4A4A4. Windows color (decimal): -6180749 or 7581857. OLE color: 7581857.
HSL color Cylindrical-coordinate representation of color #A1B073: hue angle of 74.75º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B073 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 115 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.31 |
| HSL | 74.75º | 0.28% | 0.57% | - |
| HSV(B) | 74.75º | 0.35% | 0.69% | - |
| XYZ | 33.32 | 39.87 | 22.16 | - |
| YUV | 164.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 115 | 0.09 | 0 | 0.35 | 0.31 | 74.75 | 0.28 | 0.57 |
| Hex | A1 | B0 | 73 | 9 | 0 | 23 | 1F | 4B | 1C | 39 |
| Octal | 241 | 260 | 163 | 11 | 0 | 43 | 37 | 113 | 34 | 71 |
| Binary | 10100001 | 10110000 | 1110011 | 1001 | 0 | 100011 | 11111 | 1001011 | 11100 | 111001 |
Color Harmonies of #A1B073
Complementary color
Monochromatic Colors of #A1B073
Black with #A1B073
Text Example
Text Example
White with #A1B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B073; }
p { color: rgb(161,176,115); }
H1.HeaderClassName
{
color: #A1B073;
}
.AnyTagClassName
{
color: #A1B073;
}
</style>
background-color css
<style>
a { background-color: #A1B073; }
a { background-color: rgb(161,176,115); }
div.DivClassName
{
background-color: #A1B073;
}
.BgClassName
{
background-color: #A1B073;
}
</style>
border-color css
<style>
span { border-color: #A1B073; }
span { border-color: rgb(161,176,115); }
td.TdClassName
{
border-color: #A1B073;
}
.TagClassName
{
border-color: #A1B073;
}
</style>