Shades of Olivine #9BAD7F
Tints of Olivine #9BAD7F
RGB
CMYK
RGB Variations
Color information
#9BAD7F (or 0x9BAD7F) is known color: Olivine. HEX triplet: 9B, AD and 7F. RGB value is (155,173,127). Sum of RGB (Red+Green+Blue) = 155+173+127=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD7F is #645280. Grayscale: #A2A2A2. Windows color (decimal): -6574721 or 8367515. OLE color: 8367515.
HSL color Cylindrical-coordinate representation of color #9BAD7F: hue angle of 83.48º 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 #9BAD7F is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 127 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.32 |
| HSL | 83.48º | 0.22% | 0.59% | - |
| HSV(B) | 83.48º | 0.27% | 0.68% | - |
| XYZ | 32.29 | 38.39 | 25.79 | - |
| YUV | 162.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 127 | 0.10 | 0 | 0.27 | 0.32 | 83.48 | 0.22 | 0.59 |
| Hex | 9B | AD | 7F | A | 0 | 1B | 20 | 53 | 16 | 3B |
| Octal | 233 | 255 | 177 | 12 | 0 | 33 | 40 | 123 | 26 | 73 |
| Binary | 10011011 | 10101101 | 1111111 | 1010 | 0 | 11011 | 100000 | 1010011 | 10110 | 111011 |
Color Harmonies of #9BAD7F
Complementary color
Monochromatic Colors of #9BAD7F
Black with #9BAD7F
Text Example
Text Example
White with #9BAD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD7F; }
p { color: rgb(155,173,127); }
H1.HeaderClassName
{
color: #9BAD7F;
}
.AnyTagClassName
{
color: #9BAD7F;
}
</style>
background-color css
<style>
a { background-color: #9BAD7F; }
a { background-color: rgb(155,173,127); }
div.DivClassName
{
background-color: #9BAD7F;
}
.BgClassName
{
background-color: #9BAD7F;
}
</style>
border-color css
<style>
span { border-color: #9BAD7F; }
span { border-color: rgb(155,173,127); }
td.TdClassName
{
border-color: #9BAD7F;
}
.TagClassName
{
border-color: #9BAD7F;
}
</style>