Shades of Olivine #A0B27F
Tints of Olivine #A0B27F
RGB
CMYK
RGB Variations
Color information
#A0B27F (or 0xA0B27F) is known color: Olivine. HEX triplet: A0, B2 and 7F. RGB value is (160,178,127). Sum of RGB (Red+Green+Blue) = 160+178+127=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B27F is #5F4D80. Grayscale: #A6A6A6. Windows color (decimal): -6245761 or 8368800. OLE color: 8368800.
HSL color Cylindrical-coordinate representation of color #A0B27F: hue angle of 81.18º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B27F is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 127 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.30 |
| HSL | 81.18º | 0.25% | 0.6% | - |
| HSV(B) | 81.18º | 0.29% | 0.7% | - |
| XYZ | 34.25 | 40.85 | 26.16 | - |
| YUV | 166.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 127 | 0.10 | 0 | 0.29 | 0.30 | 81.18 | 0.25 | 0.6 |
| Hex | A0 | B2 | 7F | A | 0 | 1D | 1E | 51 | 19 | 3C |
| Octal | 240 | 262 | 177 | 12 | 0 | 35 | 36 | 121 | 31 | 74 |
| Binary | 10100000 | 10110010 | 1111111 | 1010 | 0 | 11101 | 11110 | 1010001 | 11001 | 111100 |
Color Harmonies of #A0B27F
Complementary color
Monochromatic Colors of #A0B27F
Black with #A0B27F
Text Example
Text Example
White with #A0B27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B27F; }
p { color: rgb(160,178,127); }
H1.HeaderClassName
{
color: #A0B27F;
}
.AnyTagClassName
{
color: #A0B27F;
}
</style>
background-color css
<style>
a { background-color: #A0B27F; }
a { background-color: rgb(160,178,127); }
div.DivClassName
{
background-color: #A0B27F;
}
.BgClassName
{
background-color: #A0B27F;
}
</style>
border-color css
<style>
span { border-color: #A0B27F; }
span { border-color: rgb(160,178,127); }
td.TdClassName
{
border-color: #A0B27F;
}
.TagClassName
{
border-color: #A0B27F;
}
</style>