#9EB081

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

Shades of Olivine #9EB081

Tints of Olivine #9EB081

Color information

#9EB081 (or 0x9EB081) is unknown color: approx Olivine. HEX triplet: 9E, B0 and 81. RGB value is (158,176,129). Sum of RGB (Red+Green+Blue) = 158+176+129=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB081 is #614F7E. Grayscale: #A5A5A5. Windows color (decimal): -6377343 or 8499358. OLE color: 8499358.

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

Color convert

RGB158176129-
CMYK0.1000.270.31
HSL82.98º22.93%59.8%-
HSV(B)82.98º26.7%69.02%-
XYZ33.5939.926.7-
YUV165.26107.54122.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=34.13%
G=38.01%
B=27.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761290.1000.270.3182.9822.9359.8
Hex9EB081A01B1F53173c
Octal23626020112033371232774
Binary100111101011000010000001101001101111111101001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,176,129); }

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

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

 a { background-color: rgb(158,176,129); }

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

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

 span { border-color: rgb(158,176,129); }

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