#9EB96C

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

Shades of Olivine #9EB96C

Tints of Olivine #9EB96C

Color information

#9EB96C (or 0x9EB96C) is unknown color: approx Olivine. HEX triplet: 9E, B9 and 6C. RGB value is (158,185,108). Sum of RGB (Red+Green+Blue) = 158+185+108=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB96C is #614693. Grayscale: #A8A8A8. Windows color (decimal): -6375060 or 7125406. OLE color: 7125406.

HSL color Cylindrical-coordinate representation of color #9EB96C: hue angle of 81.04º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EB96C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB158185108-
CMYK0.1500.420.27
HSL81.04º35.48%57.45%-
HSV(B)81.04º41.62%72.55%-
XYZ34.1643.0520.7-
YUV168.1594.05120.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=35.03%
G=41.02%
B=23.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851080.1500.420.2781.0435.4857.45
Hex9EB96CF02A1B512339
Octal23627115417052331214371
Binary1001111010111001110110011110101010110111010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,108); }

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

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

 a { background-color: rgb(158,185,108); }

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

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

 span { border-color: rgb(158,185,108); }

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