Shades of Olivine #9BAD75
Tints of Olivine #9BAD75
RGB
CMYK
RGB Variations
Color information
#9BAD75 (or 0x9BAD75) is known color: Olivine. HEX triplet: 9B, AD and 75. RGB value is (155,173,117). Sum of RGB (Red+Green+Blue) = 155+173+117=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD75 is #64528A. Grayscale: #A1A1A1. Windows color (decimal): -6574731 or 7712155. OLE color: 7712155.
HSL color Cylindrical-coordinate representation of color #9BAD75: hue angle of 79.29º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BAD75 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 117 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.32 |
| HSL | 79.29º | 0.25% | 0.57% | - |
| HSV(B) | 79.29º | 0.32% | 0.68% | - |
| XYZ | 31.67 | 38.14 | 22.52 | - |
| YUV | 161.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 117 | 0.10 | 0 | 0.32 | 0.32 | 79.29 | 0.25 | 0.57 |
| Hex | 9B | AD | 75 | A | 0 | 20 | 20 | 4F | 19 | 39 |
| Octal | 233 | 255 | 165 | 12 | 0 | 40 | 40 | 117 | 31 | 71 |
| Binary | 10011011 | 10101101 | 1110101 | 1010 | 0 | 100000 | 100000 | 1001111 | 11001 | 111001 |
Color Harmonies of #9BAD75
Complementary color
Monochromatic Colors of #9BAD75
Black with #9BAD75
Text Example
Text Example
White with #9BAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD75; }
p { color: rgb(155,173,117); }
H1.HeaderClassName
{
color: #9BAD75;
}
.AnyTagClassName
{
color: #9BAD75;
}
</style>
background-color css
<style>
a { background-color: #9BAD75; }
a { background-color: rgb(155,173,117); }
div.DivClassName
{
background-color: #9BAD75;
}
.BgClassName
{
background-color: #9BAD75;
}
</style>
border-color css
<style>
span { border-color: #9BAD75; }
span { border-color: rgb(155,173,117); }
td.TdClassName
{
border-color: #9BAD75;
}
.TagClassName
{
border-color: #9BAD75;
}
</style>