Shades of Olivine #94AF7B
Tints of Olivine #94AF7B
RGB
CMYK
RGB Variations
Color information
#94AF7B (or 0x94AF7B) is known color: Olivine. HEX triplet: 94, AF and 7B. RGB value is (148,175,123). Sum of RGB (Red+Green+Blue) = 148+175+123=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF7B is #6B5084. Grayscale: #A1A1A1. Windows color (decimal): -7032965 or 8105876. OLE color: 8105876.
HSL color Cylindrical-coordinate representation of color #94AF7B: hue angle of 91.15º 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 #94AF7B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 175 | 123 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.31 |
| HSL | 91.15º | 0.25% | 0.58% | - |
| HSV(B) | 91.15º | 0.3% | 0.69% | - |
| XYZ | 31.12 | 38.39 | 24.51 | - |
| YUV | 161 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 123 | 0.15 | 0 | 0.30 | 0.31 | 91.15 | 0.25 | 0.58 |
| Hex | 94 | AF | 7B | F | 0 | 1E | 1F | 5B | 19 | 3A |
| Octal | 224 | 257 | 173 | 17 | 0 | 36 | 37 | 133 | 31 | 72 |
| Binary | 10010100 | 10101111 | 1111011 | 1111 | 0 | 11110 | 11111 | 1011011 | 11001 | 111010 |
Color Harmonies of #94AF7B
Complementary color
Monochromatic Colors of #94AF7B
Black with #94AF7B
Text Example
Text Example
White with #94AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AF7B; }
p { color: rgb(148,175,123); }
H1.HeaderClassName
{
color: #94AF7B;
}
.AnyTagClassName
{
color: #94AF7B;
}
</style>
background-color css
<style>
a { background-color: #94AF7B; }
a { background-color: rgb(148,175,123); }
div.DivClassName
{
background-color: #94AF7B;
}
.BgClassName
{
background-color: #94AF7B;
}
</style>
border-color css
<style>
span { border-color: #94AF7B; }
span { border-color: rgb(148,175,123); }
td.TdClassName
{
border-color: #94AF7B;
}
.TagClassName
{
border-color: #94AF7B;
}
</style>