#9EB16D

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

Shades of Olivine #9EB16D

Tints of Olivine #9EB16D

Color information

#9EB16D (or 0x9EB16D) is unknown color: approx Olivine. HEX triplet: 9E, B1 and 6D. RGB value is (158,177,109). Sum of RGB (Red+Green+Blue) = 158+177+109=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EB16D is #614E92. Grayscale: #A3A3A3. Windows color (decimal): -6377107 or 7188894. OLE color: 7188894.

HSL color Cylindrical-coordinate representation of color #9EB16D: hue angle of 76.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EB16D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB158177109-
CMYK0.1100.380.31
HSL76.76º30.36%56.08%-
HSV(B)76.76º38.42%69.41%-
XYZ32.5839.8220.44-
YUV163.5797.21124.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=35.59%
G=39.86%
B=24.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771090.1100.380.3176.7630.3656.08
Hex9EB16DB0261F4d1e38
Octal23626115513046371153670
Binary100111101011000111011011011010011011111100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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