#9EBB75

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

Shades of Olivine #9EBB75

Tints of Olivine #9EBB75

Color information

#9EBB75 (or 0x9EBB75) is unknown color: approx Olivine. HEX triplet: 9E, BB and 75. RGB value is (158,187,117). Sum of RGB (Red+Green+Blue) = 158+187+117=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBB75 is #61448A. Grayscale: #AAAAAA. Windows color (decimal): -6374539 or 7715742. OLE color: 7715742.

HSL color Cylindrical-coordinate representation of color #9EBB75: hue angle of 84.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBB75 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB158187117-
CMYK0.1600.370.27
HSL84.86º33.98%59.61%-
HSV(B)84.86º37.43%73.33%-
XYZ35.0844.0923.49-
YUV170.3597.89119.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=34.20%
G=40.48%
B=25.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871170.1600.370.2784.8633.9859.61
Hex9EBB75100251B55223c
Octal23627316520045331254274
Binary10011110101110111110101100000100101110111010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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