Shades of Olivine #A1B574
Tints of Olivine #A1B574
RGB
CMYK
RGB Variations
Color information
#A1B574 (or 0xA1B574) is known color: Olivine. HEX triplet: A1, B5 and 74. RGB value is (161,181,116). Sum of RGB (Red+Green+Blue) = 161+181+116=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B574 is #5E4A8B. Grayscale: #A7A7A7. Windows color (decimal): -6179468 or 7648673. OLE color: 7648673.
HSL color Cylindrical-coordinate representation of color #A1B574: hue angle of 78.46º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1B574 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 116 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.29 |
| HSL | 78.46º | 0.31% | 0.58% | - |
| HSV(B) | 78.46º | 0.36% | 0.71% | - |
| XYZ | 34.37 | 41.89 | 22.8 | - |
| YUV | 167.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 116 | 0.11 | 0 | 0.36 | 0.29 | 78.46 | 0.31 | 0.58 |
| Hex | A1 | B5 | 74 | B | 0 | 24 | 1D | 4E | 1F | 3A |
| Octal | 241 | 265 | 164 | 13 | 0 | 44 | 35 | 116 | 37 | 72 |
| Binary | 10100001 | 10110101 | 1110100 | 1011 | 0 | 100100 | 11101 | 1001110 | 11111 | 111010 |
Color Harmonies of #A1B574
Complementary color
Monochromatic Colors of #A1B574
Black with #A1B574
Text Example
Text Example
White with #A1B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B574; }
p { color: rgb(161,181,116); }
H1.HeaderClassName
{
color: #A1B574;
}
.AnyTagClassName
{
color: #A1B574;
}
</style>
background-color css
<style>
a { background-color: #A1B574; }
a { background-color: rgb(161,181,116); }
div.DivClassName
{
background-color: #A1B574;
}
.BgClassName
{
background-color: #A1B574;
}
</style>
border-color css
<style>
span { border-color: #A1B574; }
span { border-color: rgb(161,181,116); }
td.TdClassName
{
border-color: #A1B574;
}
.TagClassName
{
border-color: #A1B574;
}
</style>