Shades of Olivine #8AB474
Tints of Olivine #8AB474
RGB
CMYK
RGB Variations
Color information
#8AB474 (or 0x8AB474) is known color: Olivine. HEX triplet: 8A, B4 and 74. RGB value is (138,180,116). Sum of RGB (Red+Green+Blue) = 138+180+116=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB474 is #754B8B. Grayscale: #A0A0A0. Windows color (decimal): -7687052 or 7648394. OLE color: 7648394.
HSL color Cylindrical-coordinate representation of color #8AB474: hue angle of 99.38º degrees, saturation: 0.3, 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 #8AB474 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 116 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.29 |
| HSL | 99.38º | 0.3% | 0.58% | - |
| HSV(B) | 99.38º | 0.36% | 0.71% | - |
| XYZ | 29.95 | 39.31 | 22.53 | - |
| YUV | 160.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 116 | 0.23 | 0 | 0.36 | 0.29 | 99.38 | 0.3 | 0.58 |
| Hex | 8A | B4 | 74 | 17 | 0 | 24 | 1D | 63 | 1E | 3A |
| Octal | 212 | 264 | 164 | 27 | 0 | 44 | 35 | 143 | 36 | 72 |
| Binary | 10001010 | 10110100 | 1110100 | 10111 | 0 | 100100 | 11101 | 1100011 | 11110 | 111010 |
Color Harmonies of #8AB474
Complementary color
Monochromatic Colors of #8AB474
Black with #8AB474
Text Example
Text Example
White with #8AB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB474; }
p { color: rgb(138,180,116); }
H1.HeaderClassName
{
color: #8AB474;
}
.AnyTagClassName
{
color: #8AB474;
}
</style>
background-color css
<style>
a { background-color: #8AB474; }
a { background-color: rgb(138,180,116); }
div.DivClassName
{
background-color: #8AB474;
}
.BgClassName
{
background-color: #8AB474;
}
</style>
border-color css
<style>
span { border-color: #8AB474; }
span { border-color: rgb(138,180,116); }
td.TdClassName
{
border-color: #8AB474;
}
.TagClassName
{
border-color: #8AB474;
}
</style>