Shades of Olivine #9BC275
Tints of Olivine #9BC275
RGB
CMYK
RGB Variations
Color information
#9BC275 (or 0x9BC275) is known color: Olivine. HEX triplet: 9B, C2 and 75. RGB value is (155,194,117). Sum of RGB (Red+Green+Blue) = 155+194+117=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC275 is #643D8A. Grayscale: #ADADAD. Windows color (decimal): -6569355 or 7717531. OLE color: 7717531.
HSL color Cylindrical-coordinate representation of color #9BC275: hue angle of 90.39º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BC275 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 117 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.24 |
| HSL | 90.39º | 0.39% | 0.61% | - |
| HSV(B) | 90.39º | 0.4% | 0.76% | - |
| XYZ | 36.02 | 46.84 | 23.97 | - |
| YUV | 173.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 117 | 0.20 | 0 | 0.40 | 0.24 | 90.39 | 0.39 | 0.61 |
| Hex | 9B | C2 | 75 | 14 | 0 | 28 | 18 | 5A | 27 | 3D |
| Octal | 233 | 302 | 165 | 24 | 0 | 50 | 30 | 132 | 47 | 75 |
| Binary | 10011011 | 11000010 | 1110101 | 10100 | 0 | 101000 | 11000 | 1011010 | 100111 | 111101 |
Color Harmonies of #9BC275
Complementary color
Monochromatic Colors of #9BC275
Black with #9BC275
Text Example
Text Example
White with #9BC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC275; }
p { color: rgb(155,194,117); }
H1.HeaderClassName
{
color: #9BC275;
}
.AnyTagClassName
{
color: #9BC275;
}
</style>
background-color css
<style>
a { background-color: #9BC275; }
a { background-color: rgb(155,194,117); }
div.DivClassName
{
background-color: #9BC275;
}
.BgClassName
{
background-color: #9BC275;
}
</style>
border-color css
<style>
span { border-color: #9BC275; }
span { border-color: rgb(155,194,117); }
td.TdClassName
{
border-color: #9BC275;
}
.TagClassName
{
border-color: #9BC275;
}
</style>