#9EB476

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

Shades of Olivine #9EB476

Tints of Olivine #9EB476

Color information

#9EB476 (or 0x9EB476) is unknown color: approx Olivine. HEX triplet: 9E, B4 and 76. RGB value is (158,180,118). Sum of RGB (Red+Green+Blue) = 158+180+118=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB476 is #614B89. Grayscale: #A6A6A6. Windows color (decimal): -6376330 or 7779486. OLE color: 7779486.

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

Color convert

RGB158180118-
CMYK0.1200.340.29
HSL81.29º29.25%58.43%-
HSV(B)81.29º34.44%70.59%-
XYZ33.6941.2223.32-
YUV166.35100.71122.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=34.65%
G=39.47%
B=25.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581801180.1200.340.2981.2929.2558.43
Hex9EB476C0221D511d3a
Octal23626416614042351213572
Binary100111101011010011101101100010001011101101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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