#6ACB8E

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

Shades of Silver Tree #6ACB8E

Tints of Silver Tree #6ACB8E

Color information

#6ACB8E (or 0x6ACB8E) is unknown color: approx Silver Tree. HEX triplet: 6A, CB and 8E. RGB value is (106,203,142). Sum of RGB (Red+Green+Blue) = 106+203+142=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACB8E is #953471. Grayscale: #A7A7A7. Windows color (decimal): -9778290 or 9358186. OLE color: 9358186.

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

Color convert

RGB106203142-
CMYK0.4800.300.20
HSL142.27º48.26%60.59%-
HSV(B)142.27º47.78%79.61%-
XYZ32.1847.7333.11-
YUV167.04113.8684.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.50%
GREEN value IS 203 (79.69% from 255) = 45.01%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=23.50%
G=45.01%
B=31.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031420.4800.300.20142.2748.2660.59
Hex6ACB8E3001E148e303d
Octal15231321660036242166075
Binary110101011001011100011101100000111101010010001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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