Shades of Olivine #9FCC6C
Tints of Olivine #9FCC6C
RGB
CMYK
RGB Variations
Color information
#9FCC6C (or 0x9FCC6C) is known color: Olivine. HEX triplet: 9F, CC and 6C. RGB value is (159,204,108). Sum of RGB (Red+Green+Blue) = 159+204+108=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC6C is #603393. Grayscale: #B3B3B3. Windows color (decimal): -6304660 or 7130271. OLE color: 7130271.
HSL color Cylindrical-coordinate representation of color #9FCC6C: hue angle of 88.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FCC6C is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 108 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.2 |
| HSL | 88.13º | 0.48% | 0.61% | - |
| HSV(B) | 88.13º | 0.47% | 0.8% | - |
| XYZ | 38.6 | 51.64 | 22.12 | - |
| YUV | 179.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 108 | 0.22 | 0 | 0.47 | 0.2 | 88.13 | 0.48 | 0.61 |
| Hex | 9F | CC | 6C | 16 | 0 | 2F | 14 | 58 | 30 | 3D |
| Octal | 237 | 314 | 154 | 26 | 0 | 57 | 24 | 130 | 60 | 75 |
| Binary | 10011111 | 11001100 | 1101100 | 10110 | 0 | 101111 | 10100 | 1011000 | 110000 | 111101 |
Color Harmonies of #9FCC6C
Complementary color
Monochromatic Colors of #9FCC6C
Black with #9FCC6C
Text Example
Text Example
White with #9FCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC6C; }
p { color: rgb(159,204,108); }
H1.HeaderClassName
{
color: #9FCC6C;
}
.AnyTagClassName
{
color: #9FCC6C;
}
</style>
background-color css
<style>
a { background-color: #9FCC6C; }
a { background-color: rgb(159,204,108); }
div.DivClassName
{
background-color: #9FCC6C;
}
.BgClassName
{
background-color: #9FCC6C;
}
</style>
border-color css
<style>
span { border-color: #9FCC6C; }
span { border-color: rgb(159,204,108); }
td.TdClassName
{
border-color: #9FCC6C;
}
.TagClassName
{
border-color: #9FCC6C;
}
</style>