Shades of Olivine #9FBE6E
Tints of Olivine #9FBE6E
RGB
CMYK
RGB Variations
Color information
#9FBE6E (or 0x9FBE6E) is known color: Olivine. HEX triplet: 9F, BE and 6E. RGB value is (159,190,110). Sum of RGB (Red+Green+Blue) = 159+190+110=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE6E is #604191. Grayscale: #ABABAB. Windows color (decimal): -6308242 or 7257759. OLE color: 7257759.
HSL color Cylindrical-coordinate representation of color #9FBE6E: hue angle of 83.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FBE6E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 110 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.25 |
| HSL | 83.25º | 0.38% | 0.59% | - |
| HSV(B) | 83.25º | 0.42% | 0.75% | - |
| XYZ | 35.53 | 45.32 | 21.63 | - |
| YUV | 171.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 110 | 0.16 | 0 | 0.42 | 0.25 | 83.25 | 0.38 | 0.59 |
| Hex | 9F | BE | 6E | 10 | 0 | 2A | 19 | 53 | 26 | 3B |
| Octal | 237 | 276 | 156 | 20 | 0 | 52 | 31 | 123 | 46 | 73 |
| Binary | 10011111 | 10111110 | 1101110 | 10000 | 0 | 101010 | 11001 | 1010011 | 100110 | 111011 |
Color Harmonies of #9FBE6E
Complementary color
Monochromatic Colors of #9FBE6E
Black with #9FBE6E
Text Example
Text Example
White with #9FBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE6E; }
p { color: rgb(159,190,110); }
H1.HeaderClassName
{
color: #9FBE6E;
}
.AnyTagClassName
{
color: #9FBE6E;
}
</style>
background-color css
<style>
a { background-color: #9FBE6E; }
a { background-color: rgb(159,190,110); }
div.DivClassName
{
background-color: #9FBE6E;
}
.BgClassName
{
background-color: #9FBE6E;
}
</style>
border-color css
<style>
span { border-color: #9FBE6E; }
span { border-color: rgb(159,190,110); }
td.TdClassName
{
border-color: #9FBE6E;
}
.TagClassName
{
border-color: #9FBE6E;
}
</style>