Shades of Olivine #93BB80
Tints of Olivine #93BB80
RGB
CMYK
RGB Variations
Color information
#93BB80 (or 0x93BB80) is known color: Olivine. HEX triplet: 93, BB and 80. RGB value is (147,187,128). Sum of RGB (Red+Green+Blue) = 147+187+128=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB80 is #6C447F. Grayscale: #A8A8A8. Windows color (decimal): -7095424 or 8436627. OLE color: 8436627.
HSL color Cylindrical-coordinate representation of color #93BB80: hue angle of 100.68º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93BB80 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 128 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.27 |
| HSL | 100.68º | 0.3% | 0.62% | - |
| HSV(B) | 100.68º | 0.32% | 0.73% | - |
| XYZ | 33.7 | 43.3 | 27 | - |
| YUV | 168.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 128 | 0.21 | 0 | 0.32 | 0.27 | 100.68 | 0.3 | 0.62 |
| Hex | 93 | BB | 80 | 15 | 0 | 20 | 1B | 65 | 1E | 3E |
| Octal | 223 | 273 | 200 | 25 | 0 | 40 | 33 | 145 | 36 | 76 |
| Binary | 10010011 | 10111011 | 10000000 | 10101 | 0 | 100000 | 11011 | 1100101 | 11110 | 111110 |
Color Harmonies of #93BB80
Complementary color
Monochromatic Colors of #93BB80
Black with #93BB80
Text Example
Text Example
White with #93BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB80; }
p { color: rgb(147,187,128); }
H1.HeaderClassName
{
color: #93BB80;
}
.AnyTagClassName
{
color: #93BB80;
}
</style>
background-color css
<style>
a { background-color: #93BB80; }
a { background-color: rgb(147,187,128); }
div.DivClassName
{
background-color: #93BB80;
}
.BgClassName
{
background-color: #93BB80;
}
</style>
border-color css
<style>
span { border-color: #93BB80; }
span { border-color: rgb(147,187,128); }
td.TdClassName
{
border-color: #93BB80;
}
.TagClassName
{
border-color: #93BB80;
}
</style>