#9EB47A

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

Shades of Olivine #9EB47A

Tints of Olivine #9EB47A

Color information

#9EB47A (or 0x9EB47A) is unknown color: approx Olivine. HEX triplet: 9E, B4 and 7A. RGB value is (158,180,122). Sum of RGB (Red+Green+Blue) = 158+180+122=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB47A is #614B85. Grayscale: #A7A7A7. Windows color (decimal): -6376326 or 8041630. OLE color: 8041630.

HSL color Cylindrical-coordinate representation of color #9EB47A: hue angle of 82.76º 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 #9EB47A is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB158180122-
CMYK0.1200.320.29
HSL82.76º27.88%59.22%-
HSV(B)82.76º32.22%70.59%-
XYZ33.9341.3224.6-
YUV166.81102.71121.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.35%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=34.35%
G=39.13%
B=26.52%

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
Decimal1581801220.1200.320.2982.7627.8859.22
Hex9EB47AC0201D531c3b
Octal23626417214040351233473
Binary100111101011010011110101100010000011101101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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