#9EC775

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

Shades of Olivine #9EC775

Tints of Olivine #9EC775

Color information

#9EC775 (or 0x9EC775) is unknown color: approx Olivine. HEX triplet: 9E, C7 and 75. RGB value is (158,199,117). Sum of RGB (Red+Green+Blue) = 158+199+117=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC775 is #61388A. Grayscale: #B1B1B1. Windows color (decimal): -6371467 or 7718814. OLE color: 7718814.

HSL color Cylindrical-coordinate representation of color #9EC775: hue angle of 90º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EC775 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB158199117-
CMYK0.2100.410.22
HSL90º42.27%61.96%-
HSV(B)90º41.21%78.04%-
XYZ37.7349.424.38-
YUV177.3993.92114.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 41.98%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=33.33%
G=41.98%
B=24.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581991170.2100.410.229042.2761.96
Hex9EC77515029165a2a3e
Octal23630716525051261325276
Binary10011110110001111110101101010101001101101011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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