#6FBB8E

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

Shades of Silver Tree #6FBB8E

Tints of Silver Tree #6FBB8E

Color information

#6FBB8E (or 0x6FBB8E) is unknown color: approx Silver Tree. HEX triplet: 6F, BB and 8E. RGB value is (111,187,142). Sum of RGB (Red+Green+Blue) = 111+187+142=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBB8E is #904471. Grayscale: #9F9F9F. Windows color (decimal): -9454706 or 9354095. OLE color: 9354095.

HSL color Cylindrical-coordinate representation of color #6FBB8E: hue angle of 144.47º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBB8E is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB111187142-
CMYK0.4100.240.27
HSL144.47º35.85%58.43%-
HSV(B)144.47º40.64%73.33%-
XYZ29.2140.8731.94-
YUV159.15118.3293.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.23%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=25.23%
G=42.5%
B=32.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871420.4100.240.27144.4735.8558.43
Hex6FBB8E290181B90243a
Octal15727321651030332204472
Binary110111110111011100011101010010110001101110010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,142); }

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

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

 a { background-color: rgb(111,187,142); }

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

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

 span { border-color: rgb(111,187,142); }

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