#9EB975

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

Shades of Olivine #9EB975

Tints of Olivine #9EB975

Color information

#9EB975 (or 0x9EB975) is unknown color: approx Olivine. HEX triplet: 9E, B9 and 75. RGB value is (158,185,117). Sum of RGB (Red+Green+Blue) = 158+185+117=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB975 is #61468A. Grayscale: #A9A9A9. Windows color (decimal): -6375051 or 7715230. OLE color: 7715230.

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

Color convert

RGB158185117-
CMYK0.1500.370.27
HSL83.82º32.69%59.22%-
HSV(B)83.82º36.76%72.55%-
XYZ34.6643.2523.35-
YUV169.1898.55120.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.35%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=34.35%
G=40.22%
B=25.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851170.1500.370.2783.8232.6959.22
Hex9EB975F0251B54213b
Octal23627116517045331244173
Binary1001111010111001111010111110100101110111010100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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