Html Css Color HEX #6AB08C Silver Tree

📋 copy color: '#6AB08C'

red 106 ◦ green 176 ◦ blue 140

#6AB08C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #6AB08C

Tints of Silver Tree #6AB08C

RGB

 RED value IS 106 (41.8% from 255) = 25.12%

 GREEN value IS 176 (69.14% from 255) = 41.71%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 25.12%
G = 41.71%
B = 33.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#6AB08C (or 0x6AB08C) is known color: Silver Tree. HEX triplet: 6A, B0 and 8C. RGB value is (106,176,140). Sum of RGB (Red+Green+Blue) = 106+176+140=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB08C is #954F73. Grayscale: #979797. Windows color (decimal): -9785204 or 9220202. OLE color: 9220202.

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

Color convert

RGB 106 176 140 -
CMYK 0.40 0 0.20 0.31
HSL 149.14º 0.31% 0.55% -
HSV(B) 149.14º 0.4% 0.69% -
XYZ 26.2 36.01 30.38 -
YUV 150.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 106 176 140 0.40 0 0.20 0.31 149.14 0.31 0.55
Hex 6A B0 8C 28 0 14 1F 95 1F 37
Octal 152 260 214 50 0 24 37 225 37 67
Binary 1101010 10110000 10001100 101000 0 10100 11111 10010101 11111 110111

Color Harmonies of #6AB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB08C

Black with #6AB08C

Text Example


Text Example

White with #6AB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AB08C;
 }
 .AnyTagClassName
 {
   color: #6AB08C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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