#9FB57C

Color #9FB57C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9FB57C

Tints of Olivine #9FB57C

Color information

#9FB57C (or 0x9FB57C) is unknown color: approx Olivine. HEX triplet: 9F, B5 and 7C. RGB value is (159,181,124). Sum of RGB (Red+Green+Blue) = 159+181+124=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB57C is #604A83. Grayscale: #A8A8A8. Windows color (decimal): -6310532 or 8172959. OLE color: 8172959.

HSL color Cylindrical-coordinate representation of color #9FB57C: hue angle of 83.16º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB57C is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB159181124-
CMYK0.1200.310.29
HSL83.16º27.8%59.8%-
HSV(B)83.16º31.49%70.98%-
XYZ34.4641.8725.34-
YUV167.92103.21121.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=34.27%
G=39.01%
B=26.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811240.1200.310.2983.1627.859.8
Hex9FB57CC01F1D531c3c
Octal23726517414037351233474
Binary10011111101101011111100110001111111101101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB57C; }

 p { color: rgb(159,181,124); }

 H1.HeaderClassName
 {
   color: #9FB57C;
 }
 .AnyTagClassName
 {
   color: #9FB57C;
 }
</style>
background-color css

<style>
 a { background-color: #9FB57C; }

 a { background-color: rgb(159,181,124); }

 div.DivClassName
 {
   background-color: #9FB57C;
 }
 .BgClassName
 {
   background-color: #9FB57C;
 }
</style>
border-color css

<style>
 span { border-color: #9FB57C; }

 span { border-color: rgb(159,181,124); }

 td.TdClassName
 {
   border-color: #9FB57C;
 }
 .TagClassName
 {
   border-color: #9FB57C;
 }
</style>