#9EB964

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

Shades of Olivine #9EB964

Tints of Olivine #9EB964

Color information

#9EB964 (or 0x9EB964) is unknown color: approx Olivine. HEX triplet: 9E, B9 and 64. RGB value is (158,185,100). Sum of RGB (Red+Green+Blue) = 158+185+100=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB964 is #61469B. Grayscale: #A7A7A7. Windows color (decimal): -6375068 or 6601118. OLE color: 6601118.

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

Color convert

RGB158185100-
CMYK0.1500.460.27
HSL79.06º37.78%55.88%-
HSV(B)79.06º45.95%72.55%-
XYZ33.7542.8918.56-
YUV167.2490.05121.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=35.67%
G=41.76%
B=22.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851000.1500.460.2779.0637.7855.88
Hex9EB964F02E1B4f2638
Octal23627114417056331174670
Binary1001111010111001110010011110101110110111001111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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