#9EC065

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

Shades of Olivine #9EC065

Tints of Olivine #9EC065

Color information

#9EC065 (or 0x9EC065) is unknown color: approx Olivine. HEX triplet: 9E, C0 and 65. RGB value is (158,192,101). Sum of RGB (Red+Green+Blue) = 158+192+101=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC065 is #613F9A. Grayscale: #ABABAB. Windows color (decimal): -6373275 or 6668446. OLE color: 6668446.

HSL color Cylindrical-coordinate representation of color #9EC065: hue angle of 82.42º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EC065 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB158192101-
CMYK0.1800.470.25
HSL82.42º41.94%57.45%-
HSV(B)82.42º47.4%75.29%-
XYZ35.345.9119.31-
YUV171.4688.24118.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=35.03%
G=42.57%
B=22.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581921010.1800.470.2582.4241.9457.45
Hex9EC0651202F19522a39
Octal23630014522057311225271
Binary10011110110000001100101100100101111110011010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,192,101); }

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

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

 a { background-color: rgb(158,192,101); }

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

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

 span { border-color: rgb(158,192,101); }

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