#68DC8C

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

Shades of Silver Tree #68DC8C

Tints of Silver Tree #68DC8C

Color information

#68DC8C (or 0x68DC8C) is unknown color: approx Silver Tree. HEX triplet: 68, DC and 8C. RGB value is (104,220,140). Sum of RGB (Red+Green+Blue) = 104+220+140=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC8C is #972373. Grayscale: #B0B0B0. Windows color (decimal): -9905012 or 9231464. OLE color: 9231464.

HSL color Cylindrical-coordinate representation of color #68DC8C: hue angle of 138.62º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC8C is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB104220140-
CMYK0.5300.360.14
HSL138.62º62.37%63.53%-
HSV(B)138.62º52.73%86.27%-
XYZ36.0456.0233.73-
YUV176.2107.5776.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 220 (86.33% from 255) = 47.41%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=22.41%
G=47.41%
B=30.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201400.5300.360.14138.6262.3763.53
Hex68DC8C35024E8b3e40
Octal150334214650441621376100
Binary1101000110111001000110011010101001001110100010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DC8C; }

 p { color: rgb(104,220,140); }

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

<style>
 a { background-color: #68DC8C; }

 a { background-color: rgb(104,220,140); }

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

<style>
 span { border-color: #68DC8C; }

 span { border-color: rgb(104,220,140); }

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