Shades of Olivine #A3B67B
Tints of Olivine #A3B67B
RGB
CMYK
RGB Variations
Color information
#A3B67B (or 0xA3B67B) is known color: Olivine. HEX triplet: A3, B6 and 7B. RGB value is (163,182,123). Sum of RGB (Red+Green+Blue) = 163+182+123=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B67B is #5C4984. Grayscale: #A9A9A9. Windows color (decimal): -6048133 or 8107683. OLE color: 8107683.
HSL color Cylindrical-coordinate representation of color #A3B67B: hue angle of 79.32º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B67B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 123 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.29 |
| HSL | 79.32º | 0.29% | 0.6% | - |
| HSV(B) | 79.32º | 0.32% | 0.71% | - |
| XYZ | 35.41 | 42.67 | 25.11 | - |
| YUV | 169.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 123 | 0.10 | 0 | 0.32 | 0.29 | 79.32 | 0.29 | 0.6 |
| Hex | A3 | B6 | 7B | A | 0 | 20 | 1D | 4F | 1D | 3C |
| Octal | 243 | 266 | 173 | 12 | 0 | 40 | 35 | 117 | 35 | 74 |
| Binary | 10100011 | 10110110 | 1111011 | 1010 | 0 | 100000 | 11101 | 1001111 | 11101 | 111100 |
Color Harmonies of #A3B67B
Complementary color
Monochromatic Colors of #A3B67B
Black with #A3B67B
Text Example
Text Example
White with #A3B67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B67B; }
p { color: rgb(163,182,123); }
H1.HeaderClassName
{
color: #A3B67B;
}
.AnyTagClassName
{
color: #A3B67B;
}
</style>
background-color css
<style>
a { background-color: #A3B67B; }
a { background-color: rgb(163,182,123); }
div.DivClassName
{
background-color: #A3B67B;
}
.BgClassName
{
background-color: #A3B67B;
}
</style>
border-color css
<style>
span { border-color: #A3B67B; }
span { border-color: rgb(163,182,123); }
td.TdClassName
{
border-color: #A3B67B;
}
.TagClassName
{
border-color: #A3B67B;
}
</style>