#9EBC6D

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

Shades of Olivine #9EBC6D

Tints of Olivine #9EBC6D

Color information

#9EBC6D (or 0x9EBC6D) is unknown color: approx Olivine. HEX triplet: 9E, BC and 6D. RGB value is (158,188,109). Sum of RGB (Red+Green+Blue) = 158+188+109=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC6D is #614392. Grayscale: #AAAAAA. Windows color (decimal): -6374291 or 7191710. OLE color: 7191710.

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

Color convert

RGB158188109-
CMYK0.1600.420.26
HSL82.78º37.09%58.24%-
HSV(B)82.78º42.02%73.73%-
XYZ34.8444.3421.19-
YUV170.0293.56119.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=34.73%
G=41.32%
B=23.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881090.1600.420.2682.7837.0958.24
Hex9EBC6D1002A1A53253a
Octal23627415520052321234572
Binary10011110101111001101101100000101010110101010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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