Shades of Olivine #9FC27B
Tints of Olivine #9FC27B
RGB
CMYK
RGB Variations
Color information
#9FC27B (or 0x9FC27B) is known color: Olivine. HEX triplet: 9F, C2 and 7B. RGB value is (159,194,123). Sum of RGB (Red+Green+Blue) = 159+194+123=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC27B is #603D84. Grayscale: #AFAFAF. Windows color (decimal): -6307205 or 8110751. OLE color: 8110751.
HSL color Cylindrical-coordinate representation of color #9FC27B: hue angle of 89.58º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FC27B is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 123 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.24 |
| HSL | 89.58º | 0.37% | 0.62% | - |
| HSV(B) | 89.58º | 0.37% | 0.76% | - |
| XYZ | 37.17 | 47.38 | 25.93 | - |
| YUV | 175.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 123 | 0.18 | 0 | 0.37 | 0.24 | 89.58 | 0.37 | 0.62 |
| Hex | 9F | C2 | 7B | 12 | 0 | 25 | 18 | 5A | 25 | 3E |
| Octal | 237 | 302 | 173 | 22 | 0 | 45 | 30 | 132 | 45 | 76 |
| Binary | 10011111 | 11000010 | 1111011 | 10010 | 0 | 100101 | 11000 | 1011010 | 100101 | 111110 |
Color Harmonies of #9FC27B
Complementary color
Monochromatic Colors of #9FC27B
Black with #9FC27B
Text Example
Text Example
White with #9FC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC27B; }
p { color: rgb(159,194,123); }
H1.HeaderClassName
{
color: #9FC27B;
}
.AnyTagClassName
{
color: #9FC27B;
}
</style>
background-color css
<style>
a { background-color: #9FC27B; }
a { background-color: rgb(159,194,123); }
div.DivClassName
{
background-color: #9FC27B;
}
.BgClassName
{
background-color: #9FC27B;
}
</style>
border-color css
<style>
span { border-color: #9FC27B; }
span { border-color: rgb(159,194,123); }
td.TdClassName
{
border-color: #9FC27B;
}
.TagClassName
{
border-color: #9FC27B;
}
</style>