Shades of Olivine #9FB568
Tints of Olivine #9FB568
RGB
CMYK
RGB Variations
Color information
#9FB568 (or 0x9FB568) is known color: Olivine. HEX triplet: 9F, B5 and 68. RGB value is (159,181,104). Sum of RGB (Red+Green+Blue) = 159+181+104=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB568 is #604A97. Grayscale: #A5A5A5. Windows color (decimal): -6310552 or 6862239. OLE color: 6862239.
HSL color Cylindrical-coordinate representation of color #9FB568: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FB568 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 104 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.29 |
| HSL | 77.14º | 0.34% | 0.56% | - |
| HSV(B) | 77.14º | 0.43% | 0.71% | - |
| XYZ | 33.32 | 41.42 | 19.34 | - |
| YUV | 165.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 104 | 0.12 | 0 | 0.43 | 0.29 | 77.14 | 0.34 | 0.56 |
| Hex | 9F | B5 | 68 | C | 0 | 2B | 1D | 4D | 22 | 38 |
| Octal | 237 | 265 | 150 | 14 | 0 | 53 | 35 | 115 | 42 | 70 |
| Binary | 10011111 | 10110101 | 1101000 | 1100 | 0 | 101011 | 11101 | 1001101 | 100010 | 111000 |
Color Harmonies of #9FB568
Complementary color
Monochromatic Colors of #9FB568
Black with #9FB568
Text Example
Text Example
White with #9FB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB568; }
p { color: rgb(159,181,104); }
H1.HeaderClassName
{
color: #9FB568;
}
.AnyTagClassName
{
color: #9FB568;
}
</style>
background-color css
<style>
a { background-color: #9FB568; }
a { background-color: rgb(159,181,104); }
div.DivClassName
{
background-color: #9FB568;
}
.BgClassName
{
background-color: #9FB568;
}
</style>
border-color css
<style>
span { border-color: #9FB568; }
span { border-color: rgb(159,181,104); }
td.TdClassName
{
border-color: #9FB568;
}
.TagClassName
{
border-color: #9FB568;
}
</style>