#6FBF9E

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

Shades of Silver Tree #6FBF9E

Tints of Silver Tree #6FBF9E

Color information

#6FBF9E (or 0x6FBF9E) is unknown color: approx Silver Tree. HEX triplet: 6F, BF and 9E. RGB value is (111,191,158). Sum of RGB (Red+Green+Blue) = 111+191+158=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF9E is #904061. Grayscale: #A3A3A3. Windows color (decimal): -9453666 or 10403695. OLE color: 10403695.

HSL color Cylindrical-coordinate representation of color #6FBF9E: hue angle of 155.25º 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 #6FBF9E is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB111191158-
CMYK0.4200.170.25
HSL155.25º38.46%59.22%-
HSV(B)155.25º41.88%74.9%-
XYZ31.3643.1139.02-
YUV163.3212590.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.13%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=24.13%
G=41.52%
B=34.35%

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
Decimal1111911580.4200.170.25155.2538.4659.22
Hex6FBF9E2A011199b263b
Octal15727723652021312334673
Binary110111110111111100111101010100100011100110011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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