Html Css Color HEX #6CC080 Silver Tree

📋 copy color: '#6CC080'

red 108 ◦ green 192 ◦ blue 128

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

Shades of Silver Tree #6CC080

Tints of Silver Tree #6CC080

RGB

 RED value IS 108 (42.58% from 255) = 25.23%

 GREEN value IS 192 (75.39% from 255) = 44.86%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 25.23%
G = 44.86%
B = 29.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#6CC080 (or 0x6CC080) is known color: Silver Tree. HEX triplet: 6C, C0 and 80. RGB value is (108,192,128). Sum of RGB (Red+Green+Blue) = 108+192+128=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC080 is #933F7F. Grayscale: #9F9F9F. Windows color (decimal): -9650048 or 8437868. OLE color: 8437868.

HSL color Cylindrical-coordinate representation of color #6CC080: hue angle of 134.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC080 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 192 128 -
CMYK 0.44 0 0.33 0.25
HSL 134.29º 0.4% 0.59% -
HSV(B) 134.29º 0.44% 0.75% -
XYZ 28.93 42.45 27.09 -
YUV 159.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 108 192 128 0.44 0 0.33 0.25 134.29 0.4 0.59
Hex 6C C0 80 2C 0 21 19 86 28 3B
Octal 154 300 200 54 0 41 31 206 50 73
Binary 1101100 11000000 10000000 101100 0 100001 11001 10000110 101000 111011

Color Harmonies of #6CC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC080

Black with #6CC080

Text Example


Text Example

White with #6CC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,192,128); }

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

background-color css

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

 a { background-color: rgb(108,192,128); }

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

border-color css

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

 span { border-color: rgb(108,192,128); }

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