#9EBA7D

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

Shades of Olivine #9EBA7D

Tints of Olivine #9EBA7D

Color information

#9EBA7D (or 0x9EBA7D) is unknown color: approx Olivine. HEX triplet: 9E, BA and 7D. RGB value is (158,186,125). Sum of RGB (Red+Green+Blue) = 158+186+125=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBA7D is #614582. Grayscale: #AAAAAA. Windows color (decimal): -6374787 or 8239774. OLE color: 8239774.

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

Color convert

RGB158186125-
CMYK0.1500.330.27
HSL87.54º30.65%60.98%-
HSV(B)87.54º32.8%72.94%-
XYZ35.3643.8726.01-
YUV170.67102.22118.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=33.69%
G=39.66%
B=26.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861250.1500.330.2787.5430.6560.98
Hex9EBA7DF0211B581f3d
Octal23627217517041331303775
Binary100111101011101011111011111010000111011101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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