#6BB08C

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

Shades of Silver Tree #6BB08C

Tints of Silver Tree #6BB08C

Color information

#6BB08C (or 0x6BB08C) is unknown color: approx Silver Tree. HEX triplet: 6B, B0 and 8C. RGB value is (107,176,140). Sum of RGB (Red+Green+Blue) = 107+176+140=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB08C is #944F73. Grayscale: #979797. Windows color (decimal): -9719668 or 9220203. OLE color: 9220203.

HSL color Cylindrical-coordinate representation of color #6BB08C: hue angle of 148.7º 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 #6BB08C is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB107176140-
CMYK0.3900.200.31
HSL148.7º30.4%55.49%-
HSV(B)148.7º39.2%69.02%-
XYZ26.3236.0730.39-
YUV151.27121.6496.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=25.30%
G=41.61%
B=33.10%

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
Decimal1071761400.3900.200.31148.730.455.49
Hex6BB08C270141F951e37
Octal15326021447024372253667
Binary11010111011000010001100100111010100111111001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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