#9EB765

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

Shades of Olivine #9EB765

Tints of Olivine #9EB765

Color information

#9EB765 (or 0x9EB765) is unknown color: approx Olivine. HEX triplet: 9E, B7 and 65. RGB value is (158,183,101). Sum of RGB (Red+Green+Blue) = 158+183+101=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB765 is #61489A. Grayscale: #A6A6A6. Windows color (decimal): -6375579 or 6666142. OLE color: 6666142.

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

Color convert

RGB158183101-
CMYK0.1400.450.28
HSL78.29º36.28%55.69%-
HSV(B)78.29º44.81%71.76%-
XYZ33.3842.0818.67-
YUV166.1891.22122.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=35.75%
G=41.40%
B=22.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581831010.1400.450.2878.2936.2855.69
Hex9EB765E02D1C4e2438
Octal23626714516055341164470
Binary1001111010110111110010111100101101111001001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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