Shades of Olivine #9BAF73
Tints of Olivine #9BAF73
RGB
CMYK
RGB Variations
Color information
#9BAF73 (or 0x9BAF73) is known color: Olivine. HEX triplet: 9B, AF and 73. RGB value is (155,175,115). Sum of RGB (Red+Green+Blue) = 155+175+115=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF73 is #64508C. Grayscale: #A2A2A2. Windows color (decimal): -6574221 or 7581595. OLE color: 7581595.
HSL color Cylindrical-coordinate representation of color #9BAF73: hue angle of 80º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAF73 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 115 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.31 |
| HSL | 80º | 0.27% | 0.57% | - |
| HSV(B) | 80º | 0.34% | 0.69% | - |
| XYZ | 31.94 | 38.87 | 22.04 | - |
| YUV | 162.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 115 | 0.11 | 0 | 0.34 | 0.31 | 80 | 0.27 | 0.57 |
| Hex | 9B | AF | 73 | B | 0 | 22 | 1F | 50 | 1B | 39 |
| Octal | 233 | 257 | 163 | 13 | 0 | 42 | 37 | 120 | 33 | 71 |
| Binary | 10011011 | 10101111 | 1110011 | 1011 | 0 | 100010 | 11111 | 1010000 | 11011 | 111001 |
Color Harmonies of #9BAF73
Complementary color
Monochromatic Colors of #9BAF73
Black with #9BAF73
Text Example
Text Example
White with #9BAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF73; }
p { color: rgb(155,175,115); }
H1.HeaderClassName
{
color: #9BAF73;
}
.AnyTagClassName
{
color: #9BAF73;
}
</style>
background-color css
<style>
a { background-color: #9BAF73; }
a { background-color: rgb(155,175,115); }
div.DivClassName
{
background-color: #9BAF73;
}
.BgClassName
{
background-color: #9BAF73;
}
</style>
border-color css
<style>
span { border-color: #9BAF73; }
span { border-color: rgb(155,175,115); }
td.TdClassName
{
border-color: #9BAF73;
}
.TagClassName
{
border-color: #9BAF73;
}
</style>