Shades of Olivine #9DAE7F
Tints of Olivine #9DAE7F
RGB
CMYK
RGB Variations
Color information
#9DAE7F (or 0x9DAE7F) is known color: Olivine. HEX triplet: 9D, AE and 7F. RGB value is (157,174,127). Sum of RGB (Red+Green+Blue) = 157+174+127=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE7F is #625180. Grayscale: #A3A3A3. Windows color (decimal): -6443393 or 8367773. OLE color: 8367773.
HSL color Cylindrical-coordinate representation of color #9DAE7F: hue angle of 81.7º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DAE7F is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 127 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.32 |
| HSL | 81.7º | 0.22% | 0.59% | - |
| HSV(B) | 81.7º | 0.27% | 0.68% | - |
| XYZ | 32.87 | 38.97 | 25.87 | - |
| YUV | 163.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 127 | 0.10 | 0 | 0.27 | 0.32 | 81.7 | 0.22 | 0.59 |
| Hex | 9D | AE | 7F | A | 0 | 1B | 20 | 52 | 16 | 3B |
| Octal | 235 | 256 | 177 | 12 | 0 | 33 | 40 | 122 | 26 | 73 |
| Binary | 10011101 | 10101110 | 1111111 | 1010 | 0 | 11011 | 100000 | 1010010 | 10110 | 111011 |
Color Harmonies of #9DAE7F
Complementary color
Monochromatic Colors of #9DAE7F
Black with #9DAE7F
Text Example
Text Example
White with #9DAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE7F; }
p { color: rgb(157,174,127); }
H1.HeaderClassName
{
color: #9DAE7F;
}
.AnyTagClassName
{
color: #9DAE7F;
}
</style>
background-color css
<style>
a { background-color: #9DAE7F; }
a { background-color: rgb(157,174,127); }
div.DivClassName
{
background-color: #9DAE7F;
}
.BgClassName
{
background-color: #9DAE7F;
}
</style>
border-color css
<style>
span { border-color: #9DAE7F; }
span { border-color: rgb(157,174,127); }
td.TdClassName
{
border-color: #9DAE7F;
}
.TagClassName
{
border-color: #9DAE7F;
}
</style>