#9EBE7B

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

Shades of Olivine #9EBE7B

Tints of Olivine #9EBE7B

Color information

#9EBE7B (or 0x9EBE7B) is unknown color: approx Olivine. HEX triplet: 9E, BE and 7B. RGB value is (158,190,123). Sum of RGB (Red+Green+Blue) = 158+190+123=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE7B is #614184. Grayscale: #ADADAD. Windows color (decimal): -6373765 or 8109726. OLE color: 8109726.

HSL color Cylindrical-coordinate representation of color #9EBE7B: hue angle of 88.66º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EBE7B is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB158190123-
CMYK0.1700.350.25
HSL88.66º34.01%61.37%-
HSV(B)88.66º35.26%74.51%-
XYZ36.0945.5325.62-
YUV172.7999.9117.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=33.55%
G=40.34%
B=26.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901230.1700.350.2588.6634.0161.37
Hex9EBE7B110231959223d
Octal23627617321043311314275
Binary10011110101111101111011100010100011110011011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,190,123); }

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

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

 a { background-color: rgb(158,190,123); }

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

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

 span { border-color: rgb(158,190,123); }

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