Shades of Olivine #9FBD7B
Tints of Olivine #9FBD7B
RGB
CMYK
RGB Variations
Color information
#9FBD7B (or 0x9FBD7B) is known color: Olivine. HEX triplet: 9F, BD and 7B. RGB value is (159,189,123). Sum of RGB (Red+Green+Blue) = 159+189+123=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD7B is #604284. Grayscale: #ACACAC. Windows color (decimal): -6308485 or 8109471. OLE color: 8109471.
HSL color Cylindrical-coordinate representation of color #9FBD7B: hue angle of 87.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBD7B is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 189 | 123 | - |
CMYK | 0.16 | 0 | 0.35 | 0.26 |
HSL | 87.27º | 0.33% | 0.61% | - |
HSV(B) | 87.27º | 0.35% | 0.74% | - |
XYZ | 36.07 | 45.2 | 25.56 | - |
YUV | 172.51 | 100.06 | 118.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 189 | 123 | 0.16 | 0 | 0.35 | 0.26 | 87.27 | 0.33 | 0.61 |
Hex | 9F | BD | 7B | 10 | 0 | 23 | 1A | 57 | 21 | 3D |
Octal | 237 | 275 | 173 | 20 | 0 | 43 | 32 | 127 | 41 | 75 |
Binary | 10011111 | 10111101 | 1111011 | 10000 | 0 | 100011 | 11010 | 1010111 | 100001 | 111101 |
Color Harmonies of #9FBD7B
Complementary color
Monochromatic Colors of #9FBD7B
Black with #9FBD7B
Text Example
Text Example
White with #9FBD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD7B; }
p { color: rgb(159,189,123); }
H1.HeaderClassName
{
color: #9FBD7B;
}
.AnyTagClassName
{
color: #9FBD7B;
}
</style>
background-color css
<style>
a { background-color: #9FBD7B; }
a { background-color: rgb(159,189,123); }
div.DivClassName
{
background-color: #9FBD7B;
}
.BgClassName
{
background-color: #9FBD7B;
}
</style>
border-color css
<style>
span { border-color: #9FBD7B; }
span { border-color: rgb(159,189,123); }
td.TdClassName
{
border-color: #9FBD7B;
}
.TagClassName
{
border-color: #9FBD7B;
}
</style>