#9EB580

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

Shades of Olivine #9EB580

Tints of Olivine #9EB580

Color information

#9EB580 (or 0x9EB580) is unknown color: approx Olivine. HEX triplet: 9E, B5 and 80. RGB value is (158,181,128). Sum of RGB (Red+Green+Blue) = 158+181+128=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB580 is #614A7F. Grayscale: #A8A8A8. Windows color (decimal): -6376064 or 8435102. OLE color: 8435102.

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

Color convert

RGB158181128-
CMYK0.1300.290.29
HSL86.04º26.37%60.59%-
HSV(B)86.04º29.28%70.98%-
XYZ34.5241.8826.69-
YUV168.08105.38120.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=33.83%
G=38.76%
B=27.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811280.1300.290.2986.0426.3760.59
Hex9EB580D01D1D561a3d
Octal23626520015035351263275
Binary100111101011010110000000110101110111101101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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