#6BB08D

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

Shades of Silver Tree #6BB08D

Tints of Silver Tree #6BB08D

Color information

#6BB08D (or 0x6BB08D) is unknown color: approx Silver Tree. HEX triplet: 6B, B0 and 8D. RGB value is (107,176,141). Sum of RGB (Red+Green+Blue) = 107+176+141=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB08D is #944F72. Grayscale: #979797. Windows color (decimal): -9719667 or 9285739. OLE color: 9285739.

HSL color Cylindrical-coordinate representation of color #6BB08D: hue angle of 149.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB08D is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB107176141-
CMYK0.3900.200.31
HSL149.57º30.4%55.49%-
HSV(B)149.57º39.2%69.02%-
XYZ26.436.130.78-
YUV151.38122.1496.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=25.24%
G=41.51%
B=33.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761410.3900.200.31149.5730.455.49
Hex6BB08D270141F961e37
Octal15326021547024372263667
Binary11010111011000010001101100111010100111111001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,176,141); }

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

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

 a { background-color: rgb(107,176,141); }

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

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

 span { border-color: rgb(107,176,141); }

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