Shades of Olivine #9FB380
Tints of Olivine #9FB380
RGB
CMYK
RGB Variations
Color information
#9FB380 (or 0x9FB380) is known color: Olivine. HEX triplet: 9F, B3 and 80. RGB value is (159,179,128). Sum of RGB (Red+Green+Blue) = 159+179+128=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB380 is #604C7F. Grayscale: #A7A7A7. Windows color (decimal): -6311040 or 8434591. OLE color: 8434591.
HSL color Cylindrical-coordinate representation of color #9FB380: hue angle of 83.53º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB380 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 128 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.30 |
| HSL | 83.53º | 0.25% | 0.6% | - |
| HSV(B) | 83.53º | 0.28% | 0.7% | - |
| XYZ | 34.31 | 41.17 | 26.56 | - |
| YUV | 167.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 128 | 0.11 | 0 | 0.28 | 0.30 | 83.53 | 0.25 | 0.6 |
| Hex | 9F | B3 | 80 | B | 0 | 1C | 1E | 54 | 19 | 3C |
| Octal | 237 | 263 | 200 | 13 | 0 | 34 | 36 | 124 | 31 | 74 |
| Binary | 10011111 | 10110011 | 10000000 | 1011 | 0 | 11100 | 11110 | 1010100 | 11001 | 111100 |
Color Harmonies of #9FB380
Complementary color
Monochromatic Colors of #9FB380
Black with #9FB380
Text Example
Text Example
White with #9FB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB380; }
p { color: rgb(159,179,128); }
H1.HeaderClassName
{
color: #9FB380;
}
.AnyTagClassName
{
color: #9FB380;
}
</style>
background-color css
<style>
a { background-color: #9FB380; }
a { background-color: rgb(159,179,128); }
div.DivClassName
{
background-color: #9FB380;
}
.BgClassName
{
background-color: #9FB380;
}
</style>
border-color css
<style>
span { border-color: #9FB380; }
span { border-color: rgb(159,179,128); }
td.TdClassName
{
border-color: #9FB380;
}
.TagClassName
{
border-color: #9FB380;
}
</style>