#9FBE7B

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

Shades of Olivine #9FBE7B

Tints of Olivine #9FBE7B

Color information

#9FBE7B (or 0x9FBE7B) is unknown color: approx Olivine. HEX triplet: 9F, BE and 7B. RGB value is (159,190,123). Sum of RGB (Red+Green+Blue) = 159+190+123=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE7B is #604184. Grayscale: #ADADAD. Windows color (decimal): -6308229 or 8109727. OLE color: 8109727.

HSL color Cylindrical-coordinate representation of color #9FBE7B: hue angle of 87.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBE7B is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB159190123-
CMYK0.1600.350.25
HSL87.76º34.01%61.37%-
HSV(B)87.76º35.26%74.51%-
XYZ36.2945.6325.63-
YUV173.0999.73117.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=33.69%
G=40.25%
B=26.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901230.1600.350.2587.7634.0161.37
Hex9FBE7B100231958223d
Octal23727617320043311304275
Binary10011111101111101111011100000100011110011011000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,123); }

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

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

 a { background-color: rgb(159,190,123); }

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

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

 span { border-color: rgb(159,190,123); }

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