#9EB47B

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

Shades of Olivine #9EB47B

Tints of Olivine #9EB47B

Color information

#9EB47B (or 0x9EB47B) is unknown color: approx Olivine. HEX triplet: 9E, B4 and 7B. RGB value is (158,180,123). Sum of RGB (Red+Green+Blue) = 158+180+123=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB47B is #614B84. Grayscale: #A7A7A7. Windows color (decimal): -6376325 or 8107166. OLE color: 8107166.

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

Color convert

RGB158180123-
CMYK0.1200.320.29
HSL83.16º27.54%59.41%-
HSV(B)83.16º31.67%70.59%-
XYZ3441.3424.93-
YUV166.92103.21121.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=34.27%
G=39.05%
B=26.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801230.1200.320.2983.1627.5459.41
Hex9EB47BC0201D531c3b
Octal23626417314040351233473
Binary100111101011010011110111100010000011101101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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