Shades of Olivine #9FB27A
Tints of Olivine #9FB27A
RGB
CMYK
RGB Variations
Color information
#9FB27A (or 0x9FB27A) is known color: Olivine. HEX triplet: 9F, B2 and 7A. RGB value is (159,178,122). Sum of RGB (Red+Green+Blue) = 159+178+122=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB27A is #604D85. Grayscale: #A6A6A6. Windows color (decimal): -6311302 or 8041119. OLE color: 8041119.
HSL color Cylindrical-coordinate representation of color #9FB27A: hue angle of 80.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB27A is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 122 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.30 |
| HSL | 80.36º | 0.27% | 0.59% | - |
| HSV(B) | 80.36º | 0.31% | 0.7% | - |
| XYZ | 33.73 | 40.62 | 24.47 | - |
| YUV | 165.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 122 | 0.11 | 0 | 0.31 | 0.30 | 80.36 | 0.27 | 0.59 |
| Hex | 9F | B2 | 7A | B | 0 | 1F | 1E | 50 | 1B | 3B |
| Octal | 237 | 262 | 172 | 13 | 0 | 37 | 36 | 120 | 33 | 73 |
| Binary | 10011111 | 10110010 | 1111010 | 1011 | 0 | 11111 | 11110 | 1010000 | 11011 | 111011 |
Color Harmonies of #9FB27A
Complementary color
Monochromatic Colors of #9FB27A
Black with #9FB27A
Text Example
Text Example
White with #9FB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB27A; }
p { color: rgb(159,178,122); }
H1.HeaderClassName
{
color: #9FB27A;
}
.AnyTagClassName
{
color: #9FB27A;
}
</style>
background-color css
<style>
a { background-color: #9FB27A; }
a { background-color: rgb(159,178,122); }
div.DivClassName
{
background-color: #9FB27A;
}
.BgClassName
{
background-color: #9FB27A;
}
</style>
border-color css
<style>
span { border-color: #9FB27A; }
span { border-color: rgb(159,178,122); }
td.TdClassName
{
border-color: #9FB27A;
}
.TagClassName
{
border-color: #9FB27A;
}
</style>