#9EB180

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

Shades of Olivine #9EB180

Tints of Olivine #9EB180

Color information

#9EB180 (or 0x9EB180) is unknown color: approx Olivine. HEX triplet: 9E, B1 and 80. RGB value is (158,177,128). Sum of RGB (Red+Green+Blue) = 158+177+128=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB180 is #614E7F. Grayscale: #A5A5A5. Windows color (decimal): -6377088 or 8434078. OLE color: 8434078.

HSL color Cylindrical-coordinate representation of color #9EB180: hue angle of 83.27º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EB180 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB158177128-
CMYK0.1100.280.31
HSL83.27º23.9%59.8%-
HSV(B)83.27º27.68%69.41%-
XYZ33.7240.2726.42-
YUV165.73106.71122.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=34.13%
G=38.23%
B=27.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771280.1100.280.3183.2723.959.8
Hex9EB180B01C1F53183c
Octal23626120013034371233074
Binary100111101011000110000000101101110011111101001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,128); }

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

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

 a { background-color: rgb(158,177,128); }

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

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

 span { border-color: rgb(158,177,128); }

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