#9EB97B

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

Shades of Olivine #9EB97B

Tints of Olivine #9EB97B

Color information

#9EB97B (or 0x9EB97B) is unknown color: approx Olivine. HEX triplet: 9E, B9 and 7B. RGB value is (158,185,123). Sum of RGB (Red+Green+Blue) = 158+185+123=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB97B is #614684. Grayscale: #AAAAAA. Windows color (decimal): -6375045 or 8108446. OLE color: 8108446.

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

Color convert

RGB158185123-
CMYK0.1500.340.27
HSL86.13º30.69%60.39%-
HSV(B)86.13º33.51%72.55%-
XYZ35.0243.425.27-
YUV169.86101.55119.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=33.91%
G=39.70%
B=26.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851230.1500.340.2786.1330.6960.39
Hex9EB97BF0221B561f3c
Octal23627117317042331263774
Binary100111101011100111110111111010001011011101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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