#6ACB8C

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

Shades of Silver Tree #6ACB8C

Tints of Silver Tree #6ACB8C

Color information

#6ACB8C (or 0x6ACB8C) is unknown color: approx Silver Tree. HEX triplet: 6A, CB and 8C. RGB value is (106,203,140). Sum of RGB (Red+Green+Blue) = 106+203+140=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACB8C is #953473. Grayscale: #A6A6A6. Windows color (decimal): -9778292 or 9227114. OLE color: 9227114.

HSL color Cylindrical-coordinate representation of color #6ACB8C: hue angle of 141.03º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACB8C is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB106203140-
CMYK0.4800.310.20
HSL141.03º48.26%60.59%-
HSV(B)141.03º47.78%79.61%-
XYZ32.0347.6732.32-
YUV166.82112.8684.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.61%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=23.61%
G=45.21%
B=31.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031400.4800.310.20141.0348.2660.59
Hex6ACB8C3001F148d303d
Octal15231321460037242156075
Binary110101011001011100011001100000111111010010001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,140); }

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

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

 a { background-color: rgb(106,203,140); }

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

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

 span { border-color: rgb(106,203,140); }

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