Shades of Olivine #8AB275
Tints of Olivine #8AB275
RGB
CMYK
RGB Variations
Color information
#8AB275 (or 0x8AB275) is known color: Olivine. HEX triplet: 8A, B2 and 75. RGB value is (138,178,117). Sum of RGB (Red+Green+Blue) = 138+178+117=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB275 is #754D8A. Grayscale: #9F9F9F. Windows color (decimal): -7687563 or 7713418. OLE color: 7713418.
HSL color Cylindrical-coordinate representation of color #8AB275: hue angle of 99.34º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB275 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 117 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.30 |
| HSL | 99.34º | 0.28% | 0.58% | - |
| HSV(B) | 99.34º | 0.34% | 0.7% | - |
| XYZ | 29.61 | 38.53 | 22.71 | - |
| YUV | 159.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 117 | 0.22 | 0 | 0.34 | 0.30 | 99.34 | 0.28 | 0.58 |
| Hex | 8A | B2 | 75 | 16 | 0 | 22 | 1E | 63 | 1C | 3A |
| Octal | 212 | 262 | 165 | 26 | 0 | 42 | 36 | 143 | 34 | 72 |
| Binary | 10001010 | 10110010 | 1110101 | 10110 | 0 | 100010 | 11110 | 1100011 | 11100 | 111010 |
Color Harmonies of #8AB275
Complementary color
Monochromatic Colors of #8AB275
Black with #8AB275
Text Example
Text Example
White with #8AB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB275; }
p { color: rgb(138,178,117); }
H1.HeaderClassName
{
color: #8AB275;
}
.AnyTagClassName
{
color: #8AB275;
}
</style>
background-color css
<style>
a { background-color: #8AB275; }
a { background-color: rgb(138,178,117); }
div.DivClassName
{
background-color: #8AB275;
}
.BgClassName
{
background-color: #8AB275;
}
</style>
border-color css
<style>
span { border-color: #8AB275; }
span { border-color: rgb(138,178,117); }
td.TdClassName
{
border-color: #8AB275;
}
.TagClassName
{
border-color: #8AB275;
}
</style>