Shades of Olivine #A3B274
Tints of Olivine #A3B274
RGB
CMYK
RGB Variations
Color information
#A3B274 (or 0xA3B274) is known color: Olivine. HEX triplet: A3, B2 and 74. RGB value is (163,178,116). Sum of RGB (Red+Green+Blue) = 163+178+116=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B274 is #5C4D8B. Grayscale: #A6A6A6. Windows color (decimal): -6049164 or 7647907. OLE color: 7647907.
HSL color Cylindrical-coordinate representation of color #A3B274: hue angle of 74.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3B274 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 116 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.30 |
| HSL | 74.52º | 0.29% | 0.58% | - |
| HSV(B) | 74.52º | 0.35% | 0.7% | - |
| XYZ | 34.18 | 40.89 | 22.61 | - |
| YUV | 166.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 116 | 0.08 | 0 | 0.35 | 0.30 | 74.52 | 0.29 | 0.58 |
| Hex | A3 | B2 | 74 | 8 | 0 | 23 | 1E | 4B | 1D | 3A |
| Octal | 243 | 262 | 164 | 10 | 0 | 43 | 36 | 113 | 35 | 72 |
| Binary | 10100011 | 10110010 | 1110100 | 1000 | 0 | 100011 | 11110 | 1001011 | 11101 | 111010 |
Color Harmonies of #A3B274
Complementary color
Monochromatic Colors of #A3B274
Black with #A3B274
Text Example
Text Example
White with #A3B274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B274; }
p { color: rgb(163,178,116); }
H1.HeaderClassName
{
color: #A3B274;
}
.AnyTagClassName
{
color: #A3B274;
}
</style>
background-color css
<style>
a { background-color: #A3B274; }
a { background-color: rgb(163,178,116); }
div.DivClassName
{
background-color: #A3B274;
}
.BgClassName
{
background-color: #A3B274;
}
</style>
border-color css
<style>
span { border-color: #A3B274; }
span { border-color: rgb(163,178,116); }
td.TdClassName
{
border-color: #A3B274;
}
.TagClassName
{
border-color: #A3B274;
}
</style>