Shades of Olivine #93B77D
Tints of Olivine #93B77D
RGB
CMYK
RGB Variations
Color information
#93B77D (or 0x93B77D) is known color: Olivine. HEX triplet: 93, B7 and 7D. RGB value is (147,183,125). Sum of RGB (Red+Green+Blue) = 147+183+125=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #93B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B77D is #6C4882. Grayscale: #A5A5A5. Windows color (decimal): -7096451 or 8238995. OLE color: 8238995.
HSL color Cylindrical-coordinate representation of color #93B77D: hue angle of 97.24º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93B77D is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 183 | 125 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.28 |
| HSL | 97.24º | 0.29% | 0.6% | - |
| HSV(B) | 97.24º | 0.32% | 0.72% | - |
| XYZ | 32.67 | 41.55 | 25.7 | - |
| YUV | 165.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 125 | 0.20 | 0 | 0.32 | 0.28 | 97.24 | 0.29 | 0.6 |
| Hex | 93 | B7 | 7D | 14 | 0 | 20 | 1C | 61 | 1D | 3C |
| Octal | 223 | 267 | 175 | 24 | 0 | 40 | 34 | 141 | 35 | 74 |
| Binary | 10010011 | 10110111 | 1111101 | 10100 | 0 | 100000 | 11100 | 1100001 | 11101 | 111100 |
Color Harmonies of #93B77D
Complementary color
Monochromatic Colors of #93B77D
Black with #93B77D
Text Example
Text Example
White with #93B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B77D; }
p { color: rgb(147,183,125); }
H1.HeaderClassName
{
color: #93B77D;
}
.AnyTagClassName
{
color: #93B77D;
}
</style>
background-color css
<style>
a { background-color: #93B77D; }
a { background-color: rgb(147,183,125); }
div.DivClassName
{
background-color: #93B77D;
}
.BgClassName
{
background-color: #93B77D;
}
</style>
border-color css
<style>
span { border-color: #93B77D; }
span { border-color: rgb(147,183,125); }
td.TdClassName
{
border-color: #93B77D;
}
.TagClassName
{
border-color: #93B77D;
}
</style>