Shades of Olivine #8AB270
Tints of Olivine #8AB270
RGB
CMYK
RGB Variations
Color information
#8AB270 (or 0x8AB270) is known color: Olivine. HEX triplet: 8A, B2 and 70. RGB value is (138,178,112). Sum of RGB (Red+Green+Blue) = 138+178+112=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB270 is #754D8F. Grayscale: #9E9E9E. Windows color (decimal): -7687568 or 7385738. OLE color: 7385738.
HSL color Cylindrical-coordinate representation of color #8AB270: hue angle of 96.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AB270 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 112 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.30 |
| HSL | 96.36º | 0.3% | 0.57% | - |
| HSV(B) | 96.36º | 0.37% | 0.7% | - |
| XYZ | 29.33 | 38.41 | 21.2 | - |
| YUV | 158.52 | 101.75 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 112 | 0.22 | 0 | 0.37 | 0.30 | 96.36 | 0.3 | 0.57 |
| Hex | 8A | B2 | 70 | 16 | 0 | 25 | 1E | 60 | 1E | 39 |
| Octal | 212 | 262 | 160 | 26 | 0 | 45 | 36 | 140 | 36 | 71 |
| Binary | 10001010 | 10110010 | 1110000 | 10110 | 0 | 100101 | 11110 | 1100000 | 11110 | 111001 |
Color Harmonies of #8AB270
Complementary color
Monochromatic Colors of #8AB270
Black with #8AB270
Text Example
Text Example
White with #8AB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB270; }
p { color: rgb(138,178,112); }
H1.HeaderClassName
{
color: #8AB270;
}
.AnyTagClassName
{
color: #8AB270;
}
</style>
background-color css
<style>
a { background-color: #8AB270; }
a { background-color: rgb(138,178,112); }
div.DivClassName
{
background-color: #8AB270;
}
.BgClassName
{
background-color: #8AB270;
}
</style>
border-color css
<style>
span { border-color: #8AB270; }
span { border-color: rgb(138,178,112); }
td.TdClassName
{
border-color: #8AB270;
}
.TagClassName
{
border-color: #8AB270;
}
</style>