Shades of Olivine #8ABC75
Tints of Olivine #8ABC75
RGB
CMYK
RGB Variations
Color information
#8ABC75 (or 0x8ABC75) is known color: Olivine. HEX triplet: 8A, BC and 75. RGB value is (138,188,117). Sum of RGB (Red+Green+Blue) = 138+188+117=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC75 is #75438A. Grayscale: #A5A5A5. Windows color (decimal): -7685003 or 7715978. OLE color: 7715978.
HSL color Cylindrical-coordinate representation of color #8ABC75: hue angle of 102.25º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABC75 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 117 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.26 |
| HSL | 102.25º | 0.35% | 0.6% | - |
| HSV(B) | 102.25º | 0.38% | 0.74% | - |
| XYZ | 31.68 | 42.65 | 23.39 | - |
| YUV | 164.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 117 | 0.27 | 0 | 0.38 | 0.26 | 102.25 | 0.35 | 0.6 |
| Hex | 8A | BC | 75 | 1B | 0 | 26 | 1A | 66 | 23 | 3C |
| Octal | 212 | 274 | 165 | 33 | 0 | 46 | 32 | 146 | 43 | 74 |
| Binary | 10001010 | 10111100 | 1110101 | 11011 | 0 | 100110 | 11010 | 1100110 | 100011 | 111100 |
Color Harmonies of #8ABC75
Complementary color
Monochromatic Colors of #8ABC75
Black with #8ABC75
Text Example
Text Example
White with #8ABC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC75; }
p { color: rgb(138,188,117); }
H1.HeaderClassName
{
color: #8ABC75;
}
.AnyTagClassName
{
color: #8ABC75;
}
</style>
background-color css
<style>
a { background-color: #8ABC75; }
a { background-color: rgb(138,188,117); }
div.DivClassName
{
background-color: #8ABC75;
}
.BgClassName
{
background-color: #8ABC75;
}
</style>
border-color css
<style>
span { border-color: #8ABC75; }
span { border-color: rgb(138,188,117); }
td.TdClassName
{
border-color: #8ABC75;
}
.TagClassName
{
border-color: #8ABC75;
}
</style>