Shades of Olivine #93C072
Tints of Olivine #93C072
RGB
CMYK
RGB Variations
Color information
#93C072 (or 0x93C072) is known color: Olivine. HEX triplet: 93, C0 and 72. RGB value is (147,192,114). Sum of RGB (Red+Green+Blue) = 147+192+114=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #93C072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C072 is #6C3F8D. Grayscale: #A9A9A9. Windows color (decimal): -7094158 or 7520403. OLE color: 7520403.
HSL color Cylindrical-coordinate representation of color #93C072: hue angle of 94.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93C072 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 114 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.25 |
| HSL | 94.62º | 0.38% | 0.6% | - |
| HSV(B) | 94.62º | 0.41% | 0.75% | - |
| XYZ | 33.92 | 45.12 | 22.84 | - |
| YUV | 169.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 114 | 0.23 | 0 | 0.41 | 0.25 | 94.62 | 0.38 | 0.6 |
| Hex | 93 | C0 | 72 | 17 | 0 | 29 | 19 | 5F | 26 | 3C |
| Octal | 223 | 300 | 162 | 27 | 0 | 51 | 31 | 137 | 46 | 74 |
| Binary | 10010011 | 11000000 | 1110010 | 10111 | 0 | 101001 | 11001 | 1011111 | 100110 | 111100 |
Color Harmonies of #93C072
Complementary color
Monochromatic Colors of #93C072
Black with #93C072
Text Example
Text Example
White with #93C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C072; }
p { color: rgb(147,192,114); }
H1.HeaderClassName
{
color: #93C072;
}
.AnyTagClassName
{
color: #93C072;
}
</style>
background-color css
<style>
a { background-color: #93C072; }
a { background-color: rgb(147,192,114); }
div.DivClassName
{
background-color: #93C072;
}
.BgClassName
{
background-color: #93C072;
}
</style>
border-color css
<style>
span { border-color: #93C072; }
span { border-color: rgb(147,192,114); }
td.TdClassName
{
border-color: #93C072;
}
.TagClassName
{
border-color: #93C072;
}
</style>