#9EBE7D

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

Shades of Olivine #9EBE7D

Tints of Olivine #9EBE7D

Color information

#9EBE7D (or 0x9EBE7D) is unknown color: approx Olivine. HEX triplet: 9E, BE and 7D. RGB value is (158,190,125). Sum of RGB (Red+Green+Blue) = 158+190+125=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE7D is #614182. Grayscale: #ADADAD. Windows color (decimal): -6373763 or 8240798. OLE color: 8240798.

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

Color convert

RGB158190125-
CMYK0.1700.340.25
HSL89.54º33.33%61.76%-
HSV(B)89.54º34.21%74.51%-
XYZ36.2245.5826.29-
YUV173.02100.9117.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=33.40%
G=40.17%
B=26.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901250.1700.340.2589.5433.3361.76
Hex9EBE7D11022195a213e
Octal23627617521042311324176
Binary10011110101111101111101100010100010110011011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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