#6BBB96

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

Shades of Silver Tree #6BBB96

Tints of Silver Tree #6BBB96

Color information

#6BBB96 (or 0x6BBB96) is unknown color: approx Silver Tree. HEX triplet: 6B, BB and 96. RGB value is (107,187,150). Sum of RGB (Red+Green+Blue) = 107+187+150=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBB96 is #944469. Grayscale: #9E9E9E. Windows color (decimal): -9716842 or 9878379. OLE color: 9878379.

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

Color convert

RGB107187150-
CMYK0.4300.200.27
HSL152.25º37.04%57.65%-
HSV(B)152.25º42.78%73.33%-
XYZ29.3440.8735.2-
YUV158.8612391.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.10%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=24.10%
G=42.12%
B=33.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071871500.4300.200.27152.2537.0457.65
Hex6BBB962B0141B98253a
Octal15327322653024332304572
Binary110101110111011100101101010110101001101110011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,187,150); }

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

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

 a { background-color: rgb(107,187,150); }

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

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

 span { border-color: rgb(107,187,150); }

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