Shades of Olivine #9BC670
Tints of Olivine #9BC670
RGB
CMYK
RGB Variations
Color information
#9BC670 (or 0x9BC670) is known color: Olivine. HEX triplet: 9B, C6 and 70. RGB value is (155,198,112). Sum of RGB (Red+Green+Blue) = 155+198+112=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC670 is #64398F. Grayscale: #AFAFAF. Windows color (decimal): -6568336 or 7390875. OLE color: 7390875.
HSL color Cylindrical-coordinate representation of color #9BC670: hue angle of 90º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BC670 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 112 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.22 |
| HSL | 90º | 0.43% | 0.61% | - |
| HSV(B) | 90º | 0.43% | 0.78% | - |
| XYZ | 36.64 | 48.53 | 22.76 | - |
| YUV | 175.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 112 | 0.22 | 0 | 0.43 | 0.22 | 90 | 0.43 | 0.61 |
| Hex | 9B | C6 | 70 | 16 | 0 | 2B | 16 | 5A | 2B | 3D |
| Octal | 233 | 306 | 160 | 26 | 0 | 53 | 26 | 132 | 53 | 75 |
| Binary | 10011011 | 11000110 | 1110000 | 10110 | 0 | 101011 | 10110 | 1011010 | 101011 | 111101 |
Color Harmonies of #9BC670
Complementary color
Monochromatic Colors of #9BC670
Black with #9BC670
Text Example
Text Example
White with #9BC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC670; }
p { color: rgb(155,198,112); }
H1.HeaderClassName
{
color: #9BC670;
}
.AnyTagClassName
{
color: #9BC670;
}
</style>
background-color css
<style>
a { background-color: #9BC670; }
a { background-color: rgb(155,198,112); }
div.DivClassName
{
background-color: #9BC670;
}
.BgClassName
{
background-color: #9BC670;
}
</style>
border-color css
<style>
span { border-color: #9BC670; }
span { border-color: rgb(155,198,112); }
td.TdClassName
{
border-color: #9BC670;
}
.TagClassName
{
border-color: #9BC670;
}
</style>