Shades of Olivine #93B67D
Tints of Olivine #93B67D
RGB
CMYK
RGB Variations
Color information
#93B67D (or 0x93B67D) is known color: Olivine. HEX triplet: 93, B6 and 7D. RGB value is (147,182,125). Sum of RGB (Red+Green+Blue) = 147+182+125=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #93B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B67D is #6C4982. Grayscale: #A5A5A5. Windows color (decimal): -7096707 or 8238739. OLE color: 8238739.
HSL color Cylindrical-coordinate representation of color #93B67D: hue angle of 96.84º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93B67D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 182 | 125 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.29 |
| HSL | 96.84º | 0.28% | 0.6% | - |
| HSV(B) | 96.84º | 0.31% | 0.71% | - |
| XYZ | 32.46 | 41.14 | 25.63 | - |
| YUV | 165.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 182 | 125 | 0.19 | 0 | 0.31 | 0.29 | 96.84 | 0.28 | 0.6 |
| Hex | 93 | B6 | 7D | 13 | 0 | 1F | 1D | 61 | 1C | 3C |
| Octal | 223 | 266 | 175 | 23 | 0 | 37 | 35 | 141 | 34 | 74 |
| Binary | 10010011 | 10110110 | 1111101 | 10011 | 0 | 11111 | 11101 | 1100001 | 11100 | 111100 |
Color Harmonies of #93B67D
Complementary color
Monochromatic Colors of #93B67D
Black with #93B67D
Text Example
Text Example
White with #93B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B67D; }
p { color: rgb(147,182,125); }
H1.HeaderClassName
{
color: #93B67D;
}
.AnyTagClassName
{
color: #93B67D;
}
</style>
background-color css
<style>
a { background-color: #93B67D; }
a { background-color: rgb(147,182,125); }
div.DivClassName
{
background-color: #93B67D;
}
.BgClassName
{
background-color: #93B67D;
}
</style>
border-color css
<style>
span { border-color: #93B67D; }
span { border-color: rgb(147,182,125); }
td.TdClassName
{
border-color: #93B67D;
}
.TagClassName
{
border-color: #93B67D;
}
</style>