#9EB47F

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

Shades of Olivine #9EB47F

Tints of Olivine #9EB47F

Color information

#9EB47F (or 0x9EB47F) is unknown color: approx Olivine. HEX triplet: 9E, B4 and 7F. RGB value is (158,180,127). Sum of RGB (Red+Green+Blue) = 158+180+127=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB47F is #614B80. Grayscale: #A7A7A7. Windows color (decimal): -6376321 or 8369310. OLE color: 8369310.

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

Color convert

RGB158180127-
CMYK0.1200.290.29
HSL84.91º26.11%60.2%-
HSV(B)84.91º29.44%70.59%-
XYZ34.2541.4426.27-
YUV167.38105.21121.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 127 (50% from 255) = 27.31%
R=33.98%
G=38.71%
B=27.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801270.1200.290.2984.9126.1160.2
Hex9EB47FC01D1D551a3c
Octal23626417714035351253274
Binary10011110101101001111111110001110111101101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,127); }

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

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

 a { background-color: rgb(158,180,127); }

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

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

 span { border-color: rgb(158,180,127); }

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