#6BC280

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

Shades of Silver Tree #6BC280

Tints of Silver Tree #6BC280

Color information

#6BC280 (or 0x6BC280) is unknown color: approx Silver Tree. HEX triplet: 6B, C2 and 80. RGB value is (107,194,128). Sum of RGB (Red+Green+Blue) = 107+194+128=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC280 is #943D7F. Grayscale: #A0A0A0. Windows color (decimal): -9715072 or 8438379. OLE color: 8438379.

HSL color Cylindrical-coordinate representation of color #6BC280: hue angle of 134.48º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC280 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB107194128-
CMYK0.4500.340.24
HSL134.48º41.63%59.02%-
HSV(B)134.48º44.85%76.08%-
XYZ29.2543.2727.23-
YUV160.46109.6889.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 194 (76.17% from 255) = 45.22%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=24.94%
G=45.22%
B=29.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071941280.4500.340.24134.4841.6359.02
Hex6BC2802D02218862a3b
Octal15330220055042302065273
Binary1101011110000101000000010110101000101100010000110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,194,128); }

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

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

 a { background-color: rgb(107,194,128); }

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

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

 span { border-color: rgb(107,194,128); }

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