Shades of Olivine #9BAE7F
Tints of Olivine #9BAE7F
RGB
CMYK
RGB Variations
Color information
#9BAE7F (or 0x9BAE7F) is known color: Olivine. HEX triplet: 9B, AE and 7F. RGB value is (155,174,127). Sum of RGB (Red+Green+Blue) = 155+174+127=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE7F is #645180. Grayscale: #A3A3A3. Windows color (decimal): -6574465 or 8367771. OLE color: 8367771.
HSL color Cylindrical-coordinate representation of color #9BAE7F: hue angle of 84.26º 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 #9BAE7F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 127 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.32 |
| HSL | 84.26º | 0.22% | 0.59% | - |
| HSV(B) | 84.26º | 0.27% | 0.68% | - |
| XYZ | 32.48 | 38.77 | 25.85 | - |
| YUV | 162.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 127 | 0.11 | 0 | 0.27 | 0.32 | 84.26 | 0.22 | 0.59 |
| Hex | 9B | AE | 7F | B | 0 | 1B | 20 | 54 | 16 | 3B |
| Octal | 233 | 256 | 177 | 13 | 0 | 33 | 40 | 124 | 26 | 73 |
| Binary | 10011011 | 10101110 | 1111111 | 1011 | 0 | 11011 | 100000 | 1010100 | 10110 | 111011 |
Color Harmonies of #9BAE7F
Complementary color
Monochromatic Colors of #9BAE7F
Black with #9BAE7F
Text Example
Text Example
White with #9BAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE7F; }
p { color: rgb(155,174,127); }
H1.HeaderClassName
{
color: #9BAE7F;
}
.AnyTagClassName
{
color: #9BAE7F;
}
</style>
background-color css
<style>
a { background-color: #9BAE7F; }
a { background-color: rgb(155,174,127); }
div.DivClassName
{
background-color: #9BAE7F;
}
.BgClassName
{
background-color: #9BAE7F;
}
</style>
border-color css
<style>
span { border-color: #9BAE7F; }
span { border-color: rgb(155,174,127); }
td.TdClassName
{
border-color: #9BAE7F;
}
.TagClassName
{
border-color: #9BAE7F;
}
</style>