Shades of Olivine #8AB673
Tints of Olivine #8AB673
RGB
CMYK
RGB Variations
Color information
#8AB673 (or 0x8AB673) is known color: Olivine. HEX triplet: 8A, B6 and 73. RGB value is (138,182,115). Sum of RGB (Red+Green+Blue) = 138+182+115=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB673 is #75498C. Grayscale: #A1A1A1. Windows color (decimal): -7686541 or 7583370. OLE color: 7583370.
HSL color Cylindrical-coordinate representation of color #8AB673: hue angle of 99.4º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AB673 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 115 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.29 |
| HSL | 99.4º | 0.31% | 0.58% | - |
| HSV(B) | 99.4º | 0.37% | 0.71% | - |
| XYZ | 30.3 | 40.1 | 22.36 | - |
| YUV | 161.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 115 | 0.24 | 0 | 0.37 | 0.29 | 99.4 | 0.31 | 0.58 |
| Hex | 8A | B6 | 73 | 18 | 0 | 25 | 1D | 63 | 1F | 3A |
| Octal | 212 | 266 | 163 | 30 | 0 | 45 | 35 | 143 | 37 | 72 |
| Binary | 10001010 | 10110110 | 1110011 | 11000 | 0 | 100101 | 11101 | 1100011 | 11111 | 111010 |
Color Harmonies of #8AB673
Complementary color
Monochromatic Colors of #8AB673
Black with #8AB673
Text Example
Text Example
White with #8AB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB673; }
p { color: rgb(138,182,115); }
H1.HeaderClassName
{
color: #8AB673;
}
.AnyTagClassName
{
color: #8AB673;
}
</style>
background-color css
<style>
a { background-color: #8AB673; }
a { background-color: rgb(138,182,115); }
div.DivClassName
{
background-color: #8AB673;
}
.BgClassName
{
background-color: #8AB673;
}
</style>
border-color css
<style>
span { border-color: #8AB673; }
span { border-color: rgb(138,182,115); }
td.TdClassName
{
border-color: #8AB673;
}
.TagClassName
{
border-color: #8AB673;
}
</style>