Shades of Olivine #9BB475
Tints of Olivine #9BB475
RGB
CMYK
RGB Variations
Color information
#9BB475 (or 0x9BB475) is known color: Olivine. HEX triplet: 9B, B4 and 75. RGB value is (155,180,117). Sum of RGB (Red+Green+Blue) = 155+180+117=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB475 is #644B8A. Grayscale: #A5A5A5. Windows color (decimal): -6572939 or 7713947. OLE color: 7713947.
HSL color Cylindrical-coordinate representation of color #9BB475: hue angle of 83.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BB475 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 117 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.29 |
| HSL | 83.81º | 0.3% | 0.58% | - |
| HSV(B) | 83.81º | 0.35% | 0.71% | - |
| XYZ | 33.05 | 40.9 | 22.98 | - |
| YUV | 165.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 117 | 0.14 | 0 | 0.35 | 0.29 | 83.81 | 0.3 | 0.58 |
| Hex | 9B | B4 | 75 | E | 0 | 23 | 1D | 54 | 1E | 3A |
| Octal | 233 | 264 | 165 | 16 | 0 | 43 | 35 | 124 | 36 | 72 |
| Binary | 10011011 | 10110100 | 1110101 | 1110 | 0 | 100011 | 11101 | 1010100 | 11110 | 111010 |
Color Harmonies of #9BB475
Complementary color
Monochromatic Colors of #9BB475
Black with #9BB475
Text Example
Text Example
White with #9BB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB475; }
p { color: rgb(155,180,117); }
H1.HeaderClassName
{
color: #9BB475;
}
.AnyTagClassName
{
color: #9BB475;
}
</style>
background-color css
<style>
a { background-color: #9BB475; }
a { background-color: rgb(155,180,117); }
div.DivClassName
{
background-color: #9BB475;
}
.BgClassName
{
background-color: #9BB475;
}
</style>
border-color css
<style>
span { border-color: #9BB475; }
span { border-color: rgb(155,180,117); }
td.TdClassName
{
border-color: #9BB475;
}
.TagClassName
{
border-color: #9BB475;
}
</style>