Shades of Olivine #8AB074
Tints of Olivine #8AB074
RGB
CMYK
RGB Variations
Color information
#8AB074 (or 0x8AB074) is known color: Olivine. HEX triplet: 8A, B0 and 74. RGB value is (138,176,116). Sum of RGB (Red+Green+Blue) = 138+176+116=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB074 is #754F8B. Grayscale: #9D9D9D. Windows color (decimal): -7688076 or 7647370. OLE color: 7647370.
HSL color Cylindrical-coordinate representation of color #8AB074: hue angle of 98º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB074 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 116 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.31 |
| HSL | 98º | 0.28% | 0.57% | - |
| HSV(B) | 98º | 0.34% | 0.69% | - |
| XYZ | 29.16 | 37.71 | 22.27 | - |
| YUV | 157.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 116 | 0.22 | 0 | 0.34 | 0.31 | 98 | 0.28 | 0.57 |
| Hex | 8A | B0 | 74 | 16 | 0 | 22 | 1F | 62 | 1C | 39 |
| Octal | 212 | 260 | 164 | 26 | 0 | 42 | 37 | 142 | 34 | 71 |
| Binary | 10001010 | 10110000 | 1110100 | 10110 | 0 | 100010 | 11111 | 1100010 | 11100 | 111001 |
Color Harmonies of #8AB074
Complementary color
Monochromatic Colors of #8AB074
Black with #8AB074
Text Example
Text Example
White with #8AB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB074; }
p { color: rgb(138,176,116); }
H1.HeaderClassName
{
color: #8AB074;
}
.AnyTagClassName
{
color: #8AB074;
}
</style>
background-color css
<style>
a { background-color: #8AB074; }
a { background-color: rgb(138,176,116); }
div.DivClassName
{
background-color: #8AB074;
}
.BgClassName
{
background-color: #8AB074;
}
</style>
border-color css
<style>
span { border-color: #8AB074; }
span { border-color: rgb(138,176,116); }
td.TdClassName
{
border-color: #8AB074;
}
.TagClassName
{
border-color: #8AB074;
}
</style>