#9EB47D

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

Shades of Olivine #9EB47D

Tints of Olivine #9EB47D

Color information

#9EB47D (or 0x9EB47D) is unknown color: approx Olivine. HEX triplet: 9E, B4 and 7D. RGB value is (158,180,125). Sum of RGB (Red+Green+Blue) = 158+180+125=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB47D is #614B82. Grayscale: #A7A7A7. Windows color (decimal): -6376323 or 8238238. OLE color: 8238238.

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

Color convert

RGB158180125-
CMYK0.1200.310.29
HSL84º26.83%59.8%-
HSV(B)84º30.56%70.59%-
XYZ34.1241.3925.59-
YUV167.15104.21121.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=34.13%
G=38.88%
B=27.00%

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
Decimal1581801250.1200.310.298426.8359.8
Hex9EB47DC01F1D541b3c
Octal23626417514037351243374
Binary10011110101101001111101110001111111101101010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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