#9EBC6E

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

Shades of Olivine #9EBC6E

Tints of Olivine #9EBC6E

Color information

#9EBC6E (or 0x9EBC6E) is unknown color: approx Olivine. HEX triplet: 9E, BC and 6E. RGB value is (158,188,110). Sum of RGB (Red+Green+Blue) = 158+188+110=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBC6E is #614391. Grayscale: #AAAAAA. Windows color (decimal): -6374290 or 7257246. OLE color: 7257246.

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

Color convert

RGB158188110-
CMYK0.1600.410.26
HSL83.08º36.79%58.43%-
HSV(B)83.08º41.49%73.73%-
XYZ34.944.3621.48-
YUV170.1494.06119.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=34.65%
G=41.23%
B=24.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881100.1600.410.2683.0836.7958.43
Hex9EBC6E100291A53253a
Octal23627415620051321234572
Binary10011110101111001101110100000101001110101010011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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