#9EB768

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

Shades of Olivine #9EB768

Tints of Olivine #9EB768

Color information

#9EB768 (or 0x9EB768) is unknown color: approx Olivine. HEX triplet: 9E, B7 and 68. RGB value is (158,183,104). Sum of RGB (Red+Green+Blue) = 158+183+104=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB768 is #614897. Grayscale: #A6A6A6. Windows color (decimal): -6375576 or 6862750. OLE color: 6862750.

HSL color Cylindrical-coordinate representation of color #9EB768: hue angle of 78.99º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EB768 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB158183104-
CMYK0.1400.430.28
HSL78.99º35.43%56.27%-
HSV(B)78.99º43.17%71.76%-
XYZ33.5342.1419.46-
YUV166.5292.72121.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=35.51%
G=41.12%
B=23.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581831040.1400.430.2878.9935.4356.27
Hex9EB768E02B1C4f2338
Octal23626715016053341174370
Binary1001111010110111110100011100101011111001001111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,183,104); }

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

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

 a { background-color: rgb(158,183,104); }

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

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

 span { border-color: rgb(158,183,104); }

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