Shades of Olivine #9BC06C
Tints of Olivine #9BC06C
RGB
CMYK
RGB Variations
Color information
#9BC06C (or 0x9BC06C) is known color: Olivine. HEX triplet: 9B, C0 and 6C. RGB value is (155,192,108). Sum of RGB (Red+Green+Blue) = 155+192+108=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC06C is #643F93. Grayscale: #ABABAB. Windows color (decimal): -6569876 or 7127195. OLE color: 7127195.
HSL color Cylindrical-coordinate representation of color #9BC06C: hue angle of 86.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BC06C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 108 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.25 |
| HSL | 86.43º | 0.4% | 0.59% | - |
| HSV(B) | 86.43º | 0.44% | 0.75% | - |
| XYZ | 35.07 | 45.75 | 21.17 | - |
| YUV | 171.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 108 | 0.19 | 0 | 0.44 | 0.25 | 86.43 | 0.4 | 0.59 |
| Hex | 9B | C0 | 6C | 13 | 0 | 2C | 19 | 56 | 28 | 3B |
| Octal | 233 | 300 | 154 | 23 | 0 | 54 | 31 | 126 | 50 | 73 |
| Binary | 10011011 | 11000000 | 1101100 | 10011 | 0 | 101100 | 11001 | 1010110 | 101000 | 111011 |
Color Harmonies of #9BC06C
Complementary color
Monochromatic Colors of #9BC06C
Black with #9BC06C
Text Example
Text Example
White with #9BC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC06C; }
p { color: rgb(155,192,108); }
H1.HeaderClassName
{
color: #9BC06C;
}
.AnyTagClassName
{
color: #9BC06C;
}
</style>
background-color css
<style>
a { background-color: #9BC06C; }
a { background-color: rgb(155,192,108); }
div.DivClassName
{
background-color: #9BC06C;
}
.BgClassName
{
background-color: #9BC06C;
}
</style>
border-color css
<style>
span { border-color: #9BC06C; }
span { border-color: rgb(155,192,108); }
td.TdClassName
{
border-color: #9BC06C;
}
.TagClassName
{
border-color: #9BC06C;
}
</style>