#6FBB94

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

Shades of Silver Tree #6FBB94

Tints of Silver Tree #6FBB94

Color information

#6FBB94 (or 0x6FBB94) is unknown color: approx Silver Tree. HEX triplet: 6F, BB and 94. RGB value is (111,187,148). Sum of RGB (Red+Green+Blue) = 111+187+148=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBB94 is #90446B. Grayscale: #9F9F9F. Windows color (decimal): -9454700 or 9747311. OLE color: 9747311.

HSL color Cylindrical-coordinate representation of color #6FBB94: hue angle of 149.21º 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 #6FBB94 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB111187148-
CMYK0.4100.210.27
HSL149.21º35.85%58.43%-
HSV(B)149.21º40.64%73.33%-
XYZ29.6741.0634.38-
YUV159.83121.3293.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.89%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=24.89%
G=41.93%
B=33.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111871480.4100.210.27149.2135.8558.43
Hex6FBB94290151B95243a
Octal15727322451025332254472
Binary110111110111011100101001010010101011101110010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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