#9EBC71

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

Shades of Olivine #9EBC71

Tints of Olivine #9EBC71

Color information

#9EBC71 (or 0x9EBC71) is unknown color: approx Olivine. HEX triplet: 9E, BC and 71. RGB value is (158,188,113). Sum of RGB (Red+Green+Blue) = 158+188+113=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC71 is #61438E. Grayscale: #AAAAAA. Windows color (decimal): -6374287 or 7453854. OLE color: 7453854.

HSL color Cylindrical-coordinate representation of color #9EBC71: hue angle of 84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EBC71 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB158188113-
CMYK0.1600.400.26
HSL84º35.89%59.02%-
HSV(B)84º39.89%73.73%-
XYZ35.0644.4322.35-
YUV170.4895.56119.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=34.42%
G=40.96%
B=24.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881130.1600.400.268435.8959.02
Hex9EBC71100281A54243b
Octal23627416120050321244473
Binary10011110101111001110001100000101000110101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,113); }

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

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

 a { background-color: rgb(158,188,113); }

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

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

 span { border-color: rgb(158,188,113); }

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