#9EBA7A

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

Shades of Olivine #9EBA7A

Tints of Olivine #9EBA7A

Color information

#9EBA7A (or 0x9EBA7A) is unknown color: approx Olivine. HEX triplet: 9E, BA and 7A. RGB value is (158,186,122). Sum of RGB (Red+Green+Blue) = 158+186+122=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA7A is #614585. Grayscale: #AAAAAA. Windows color (decimal): -6374790 or 8043166. OLE color: 8043166.

HSL color Cylindrical-coordinate representation of color #9EBA7A: hue angle of 86.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EBA7A is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB158186122-
CMYK0.1500.340.27
HSL86.25º31.68%60.39%-
HSV(B)86.25º34.41%72.94%-
XYZ35.1743.7925.01-
YUV170.33100.72119.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=33.91%
G=39.91%
B=26.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861220.1500.340.2786.2531.6860.39
Hex9EBA7AF0221B56203c
Octal23627217217042331264074
Binary1001111010111010111101011110100010110111010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,122); }

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

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

 a { background-color: rgb(158,186,122); }

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

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

 span { border-color: rgb(158,186,122); }

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