#9FBB71

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

Shades of Olivine #9FBB71

Tints of Olivine #9FBB71

Color information

#9FBB71 (or 0x9FBB71) is unknown color: approx Olivine. HEX triplet: 9F, BB and 71. RGB value is (159,187,113). Sum of RGB (Red+Green+Blue) = 159+187+113=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB71 is #60448E. Grayscale: #AAAAAA. Windows color (decimal): -6309007 or 7453599. OLE color: 7453599.

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

Color convert

RGB159187113-
CMYK0.1500.400.27
HSL82.7º35.24%58.82%-
HSV(B)82.7º39.57%73.33%-
XYZ35.0544.122.29-
YUV170.1995.72120.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=34.64%
G=40.74%
B=24.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871130.1500.400.2782.735.2458.82
Hex9FBB71F0281B53233b
Octal23727316117050331234373
Binary1001111110111011111000111110101000110111010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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