Shades of Olivine #93BB7E
Tints of Olivine #93BB7E
RGB
CMYK
RGB Variations
Color information
#93BB7E (or 0x93BB7E) is known color: Olivine. HEX triplet: 93, BB and 7E. RGB value is (147,187,126). Sum of RGB (Red+Green+Blue) = 147+187+126=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BB7E is #6C4481. Grayscale: #A8A8A8. Windows color (decimal): -7095426 or 8305555. OLE color: 8305555.
HSL color Cylindrical-coordinate representation of color #93BB7E: hue angle of 99.34º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BB7E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 126 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.27 |
| HSL | 99.34º | 0.31% | 0.61% | - |
| HSV(B) | 99.34º | 0.33% | 0.73% | - |
| XYZ | 33.57 | 43.25 | 26.32 | - |
| YUV | 168.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 126 | 0.21 | 0 | 0.33 | 0.27 | 99.34 | 0.31 | 0.61 |
| Hex | 93 | BB | 7E | 15 | 0 | 21 | 1B | 63 | 1F | 3D |
| Octal | 223 | 273 | 176 | 25 | 0 | 41 | 33 | 143 | 37 | 75 |
| Binary | 10010011 | 10111011 | 1111110 | 10101 | 0 | 100001 | 11011 | 1100011 | 11111 | 111101 |
Color Harmonies of #93BB7E
Complementary color
Monochromatic Colors of #93BB7E
Black with #93BB7E
Text Example
Text Example
White with #93BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB7E; }
p { color: rgb(147,187,126); }
H1.HeaderClassName
{
color: #93BB7E;
}
.AnyTagClassName
{
color: #93BB7E;
}
</style>
background-color css
<style>
a { background-color: #93BB7E; }
a { background-color: rgb(147,187,126); }
div.DivClassName
{
background-color: #93BB7E;
}
.BgClassName
{
background-color: #93BB7E;
}
</style>
border-color css
<style>
span { border-color: #93BB7E; }
span { border-color: rgb(147,187,126); }
td.TdClassName
{
border-color: #93BB7E;
}
.TagClassName
{
border-color: #93BB7E;
}
</style>