#9EBE7F

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

Shades of Olivine #9EBE7F

Tints of Olivine #9EBE7F

Color information

#9EBE7F (or 0x9EBE7F) is unknown color: approx Olivine. HEX triplet: 9E, BE and 7F. RGB value is (158,190,127). Sum of RGB (Red+Green+Blue) = 158+190+127=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBE7F is #614180. Grayscale: #ADADAD. Windows color (decimal): -6373761 or 8371870. OLE color: 8371870.

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

Color convert

RGB158190127-
CMYK0.1700.330.25
HSL90.48º32.64%62.16%-
HSV(B)90.48º33.16%74.51%-
XYZ36.3445.6326.97-
YUV173.25101.9117.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 127 (50% from 255) = 26.74%
R=33.26%
G=40%
B=26.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901270.1700.330.2590.4832.6462.16
Hex9EBE7F11021195a213e
Octal23627617721041311324176
Binary10011110101111101111111100010100001110011011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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