#9FBE71

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

Shades of Olivine #9FBE71

Tints of Olivine #9FBE71

Color information

#9FBE71 (or 0x9FBE71) is unknown color: approx Olivine. HEX triplet: 9F, BE and 71. RGB value is (159,190,113). Sum of RGB (Red+Green+Blue) = 159+190+113=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE71 is #60418E. Grayscale: #ACACAC. Windows color (decimal): -6308239 or 7454367. OLE color: 7454367.

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

Color convert

RGB159190113-
CMYK0.1600.410.25
HSL84.16º37.2%59.41%-
HSV(B)84.16º40.53%74.51%-
XYZ35.6945.3922.5-
YUV171.9594.73118.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=34.42%
G=41.13%
B=24.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901130.1600.410.2584.1637.259.41
Hex9FBE71100291954253b
Octal23727616120051311244573
Binary10011111101111101110001100000101001110011010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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