#9FBFA7

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

Shades of Gum Leaf #9FBFA7

Tints of Gum Leaf #9FBFA7

Color information

#9FBFA7 (or 0x9FBFA7) is unknown color: approx Gum Leaf. HEX triplet: 9F, BF and A7. RGB value is (159,191,167). Sum of RGB (Red+Green+Blue) = 159+191+167=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBFA7 is #604058. Grayscale: #B2B2B2. Windows color (decimal): -6307929 or 10993567. OLE color: 10993567.

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

Color convert

RGB159191167-
CMYK0.1700.130.25
HSL135º20%68.63%-
HSV(B)135º16.75%74.9%-
XYZ39.947.4243.61-
YUV178.7121.4113.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=30.75%
G=36.94%
B=32.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911670.1700.130.251352068.63
Hex9FBFA7110D19871445
Octal237277247210153120724105
Binary10011111101111111010011110001011011100110000111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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