#6FBF9F

Color #6FBF9F Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #6FBF9F

Tints of Silver Tree #6FBF9F

Color information

#6FBF9F (or 0x6FBF9F) is unknown color: approx Silver Tree. HEX triplet: 6F, BF and 9F. RGB value is (111,191,159). Sum of RGB (Red+Green+Blue) = 111+191+159=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF9F is #904060. Grayscale: #A3A3A3. Windows color (decimal): -9453665 or 10469231. OLE color: 10469231.

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

Color convert

RGB111191159-
CMYK0.4200.170.25
HSL156º38.46%59.22%-
HSV(B)156º41.88%74.9%-
XYZ31.4443.1439.47-
YUV163.43125.590.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.08%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=24.08%
G=41.43%
B=34.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911590.4200.170.2515638.4659.22
Hex6FBF9F2A011199c263b
Octal15727723752021312344673
Binary110111110111111100111111010100100011100110011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBF9F; }

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

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

<style>
 a { background-color: #6FBF9F; }

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

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

<style>
 span { border-color: #6FBF9F; }

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

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