Shades of Olivine #9BB575
Tints of Olivine #9BB575
RGB
CMYK
RGB Variations
Color information
#9BB575 (or 0x9BB575) is known color: Olivine. HEX triplet: 9B, B5 and 75. RGB value is (155,181,117). Sum of RGB (Red+Green+Blue) = 155+181+117=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB575 is #644A8A. Grayscale: #A6A6A6. Windows color (decimal): -6572683 or 7714203. OLE color: 7714203.
HSL color Cylindrical-coordinate representation of color #9BB575: hue angle of 84.38º 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 #9BB575 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 117 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.29 |
| HSL | 84.38º | 0.3% | 0.58% | - |
| HSV(B) | 84.38º | 0.35% | 0.71% | - |
| XYZ | 33.25 | 41.3 | 23.05 | - |
| YUV | 165.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 117 | 0.14 | 0 | 0.35 | 0.29 | 84.38 | 0.3 | 0.58 |
| Hex | 9B | B5 | 75 | E | 0 | 23 | 1D | 54 | 1E | 3A |
| Octal | 233 | 265 | 165 | 16 | 0 | 43 | 35 | 124 | 36 | 72 |
| Binary | 10011011 | 10110101 | 1110101 | 1110 | 0 | 100011 | 11101 | 1010100 | 11110 | 111010 |
Color Harmonies of #9BB575
Complementary color
Monochromatic Colors of #9BB575
Black with #9BB575
Text Example
Text Example
White with #9BB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB575; }
p { color: rgb(155,181,117); }
H1.HeaderClassName
{
color: #9BB575;
}
.AnyTagClassName
{
color: #9BB575;
}
</style>
background-color css
<style>
a { background-color: #9BB575; }
a { background-color: rgb(155,181,117); }
div.DivClassName
{
background-color: #9BB575;
}
.BgClassName
{
background-color: #9BB575;
}
</style>
border-color css
<style>
span { border-color: #9BB575; }
span { border-color: rgb(155,181,117); }
td.TdClassName
{
border-color: #9BB575;
}
.TagClassName
{
border-color: #9BB575;
}
</style>