Shades of Olivine #93AF7B
Tints of Olivine #93AF7B
RGB
CMYK
RGB Variations
Color information
#93AF7B (or 0x93AF7B) is known color: Olivine. HEX triplet: 93, AF and 7B. RGB value is (147,175,123). Sum of RGB (Red+Green+Blue) = 147+175+123=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF7B is #6C5084. Grayscale: #A0A0A0. Windows color (decimal): -7098501 or 8105875. OLE color: 8105875.
HSL color Cylindrical-coordinate representation of color #93AF7B: hue angle of 92.31º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93AF7B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 123 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.31 |
| HSL | 92.31º | 0.25% | 0.58% | - |
| HSV(B) | 92.31º | 0.3% | 0.69% | - |
| XYZ | 30.94 | 38.29 | 24.5 | - |
| YUV | 160.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 123 | 0.16 | 0 | 0.30 | 0.31 | 92.31 | 0.25 | 0.58 |
| Hex | 93 | AF | 7B | 10 | 0 | 1E | 1F | 5C | 19 | 3A |
| Octal | 223 | 257 | 173 | 20 | 0 | 36 | 37 | 134 | 31 | 72 |
| Binary | 10010011 | 10101111 | 1111011 | 10000 | 0 | 11110 | 11111 | 1011100 | 11001 | 111010 |
Color Harmonies of #93AF7B
Complementary color
Monochromatic Colors of #93AF7B
Black with #93AF7B
Text Example
Text Example
White with #93AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF7B; }
p { color: rgb(147,175,123); }
H1.HeaderClassName
{
color: #93AF7B;
}
.AnyTagClassName
{
color: #93AF7B;
}
</style>
background-color css
<style>
a { background-color: #93AF7B; }
a { background-color: rgb(147,175,123); }
div.DivClassName
{
background-color: #93AF7B;
}
.BgClassName
{
background-color: #93AF7B;
}
</style>
border-color css
<style>
span { border-color: #93AF7B; }
span { border-color: rgb(147,175,123); }
td.TdClassName
{
border-color: #93AF7B;
}
.TagClassName
{
border-color: #93AF7B;
}
</style>