#9FBF71

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

Shades of Olivine #9FBF71

Tints of Olivine #9FBF71

Color information

#9FBF71 (or 0x9FBF71) is unknown color: approx Olivine. HEX triplet: 9F, BF and 71. RGB value is (159,191,113). Sum of RGB (Red+Green+Blue) = 159+191+113=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF71 is #60408E. Grayscale: #ACACAC. Windows color (decimal): -6307983 or 7454623. OLE color: 7454623.

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

Color convert

RGB159191113-
CMYK0.1700.410.25
HSL84.62º37.86%59.61%-
HSV(B)84.62º40.84%74.9%-
XYZ35.9145.8222.58-
YUV172.5494.4118.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=34.34%
G=41.25%
B=24.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911130.1700.410.2584.6237.8659.61
Hex9FBF71110291955263c
Octal23727716121051311254674
Binary10011111101111111110001100010101001110011010101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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