Shades of Olivine #95AF7B
Tints of Olivine #95AF7B
RGB
CMYK
RGB Variations
Color information
#95AF7B (or 0x95AF7B) is known color: Olivine. HEX triplet: 95, AF and 7B. RGB value is (149,175,123). Sum of RGB (Red+Green+Blue) = 149+175+123=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF7B is #6A5084. Grayscale: #A1A1A1. Windows color (decimal): -6967429 or 8105877. OLE color: 8105877.
HSL color Cylindrical-coordinate representation of color #95AF7B: hue angle of 90º 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 #95AF7B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 175 | 123 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.31 |
| HSL | 90º | 0.25% | 0.58% | - |
| HSV(B) | 90º | 0.3% | 0.69% | - |
| XYZ | 31.3 | 38.48 | 24.52 | - |
| YUV | 161.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 175 | 123 | 0.15 | 0 | 0.30 | 0.31 | 90 | 0.25 | 0.58 |
| Hex | 95 | AF | 7B | F | 0 | 1E | 1F | 5A | 19 | 3A |
| Octal | 225 | 257 | 173 | 17 | 0 | 36 | 37 | 132 | 31 | 72 |
| Binary | 10010101 | 10101111 | 1111011 | 1111 | 0 | 11110 | 11111 | 1011010 | 11001 | 111010 |
Color Harmonies of #95AF7B
Complementary color
Monochromatic Colors of #95AF7B
Black with #95AF7B
Text Example
Text Example
White with #95AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AF7B; }
p { color: rgb(149,175,123); }
H1.HeaderClassName
{
color: #95AF7B;
}
.AnyTagClassName
{
color: #95AF7B;
}
</style>
background-color css
<style>
a { background-color: #95AF7B; }
a { background-color: rgb(149,175,123); }
div.DivClassName
{
background-color: #95AF7B;
}
.BgClassName
{
background-color: #95AF7B;
}
</style>
border-color css
<style>
span { border-color: #95AF7B; }
span { border-color: rgb(149,175,123); }
td.TdClassName
{
border-color: #95AF7B;
}
.TagClassName
{
border-color: #95AF7B;
}
</style>