#9EBC75

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

Shades of Olivine #9EBC75

Tints of Olivine #9EBC75

Color information

#9EBC75 (or 0x9EBC75) is unknown color: approx Olivine. HEX triplet: 9E, BC and 75. RGB value is (158,188,117). Sum of RGB (Red+Green+Blue) = 158+188+117=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC75 is #61438A. Grayscale: #ABABAB. Windows color (decimal): -6374283 or 7715998. OLE color: 7715998.

HSL color Cylindrical-coordinate representation of color #9EBC75: hue angle of 85.35º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EBC75 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB158188117-
CMYK0.1600.380.26
HSL85.35º34.63%59.8%-
HSV(B)85.35º37.77%73.73%-
XYZ35.2944.5223.56-
YUV170.9497.56118.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=34.13%
G=40.60%
B=25.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881170.1600.380.2685.3534.6359.8
Hex9EBC75100261A55233c
Octal23627416520046321254374
Binary10011110101111001110101100000100110110101010101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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