#9EB675

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

Shades of Olivine #9EB675

Tints of Olivine #9EB675

Color information

#9EB675 (or 0x9EB675) is unknown color: approx Olivine. HEX triplet: 9E, B6 and 75. RGB value is (158,182,117). Sum of RGB (Red+Green+Blue) = 158+182+117=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB675 is #61498A. Grayscale: #A7A7A7. Windows color (decimal): -6375819 or 7714462. OLE color: 7714462.

HSL color Cylindrical-coordinate representation of color #9EB675: hue angle of 82.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EB675 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB158182117-
CMYK0.1300.360.29
HSL82.15º30.81%58.63%-
HSV(B)82.15º35.71%71.37%-
XYZ34.0442.0123.14-
YUV167.4199.55121.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=34.57%
G=39.82%
B=25.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821170.1300.360.2982.1530.8158.63
Hex9EB675D0241D521f3b
Octal23626616515044351223773
Binary100111101011011011101011101010010011101101001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,182,117); }

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

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

 a { background-color: rgb(158,182,117); }

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

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

 span { border-color: rgb(158,182,117); }

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