Shades of Olivine #9BC075
Tints of Olivine #9BC075
RGB
CMYK
RGB Variations
Color information
#9BC075 (or 0x9BC075) is known color: Olivine. HEX triplet: 9B, C0 and 75. RGB value is (155,192,117). Sum of RGB (Red+Green+Blue) = 155+192+117=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC075 is #643F8A. Grayscale: #ACACAC. Windows color (decimal): -6569867 or 7717019. OLE color: 7717019.
HSL color Cylindrical-coordinate representation of color #9BC075: hue angle of 89.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC075 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 117 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.25 |
| HSL | 89.6º | 0.37% | 0.61% | - |
| HSV(B) | 89.6º | 0.39% | 0.75% | - |
| XYZ | 35.58 | 45.95 | 23.82 | - |
| YUV | 172.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 117 | 0.19 | 0 | 0.39 | 0.25 | 89.6 | 0.37 | 0.61 |
| Hex | 9B | C0 | 75 | 13 | 0 | 27 | 19 | 5A | 25 | 3D |
| Octal | 233 | 300 | 165 | 23 | 0 | 47 | 31 | 132 | 45 | 75 |
| Binary | 10011011 | 11000000 | 1110101 | 10011 | 0 | 100111 | 11001 | 1011010 | 100101 | 111101 |
Color Harmonies of #9BC075
Complementary color
Monochromatic Colors of #9BC075
Black with #9BC075
Text Example
Text Example
White with #9BC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC075; }
p { color: rgb(155,192,117); }
H1.HeaderClassName
{
color: #9BC075;
}
.AnyTagClassName
{
color: #9BC075;
}
</style>
background-color css
<style>
a { background-color: #9BC075; }
a { background-color: rgb(155,192,117); }
div.DivClassName
{
background-color: #9BC075;
}
.BgClassName
{
background-color: #9BC075;
}
</style>
border-color css
<style>
span { border-color: #9BC075; }
span { border-color: rgb(155,192,117); }
td.TdClassName
{
border-color: #9BC075;
}
.TagClassName
{
border-color: #9BC075;
}
</style>