#68DC92

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

Shades of Silver Tree #68DC92

Tints of Silver Tree #68DC92

Color information

#68DC92 (or 0x68DC92) is unknown color: approx Silver Tree. HEX triplet: 68, DC and 92. RGB value is (104,220,146). Sum of RGB (Red+Green+Blue) = 104+220+146=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC92 is #97236D. Grayscale: #B1B1B1. Windows color (decimal): -9905006 or 9624680. OLE color: 9624680.

HSL color Cylindrical-coordinate representation of color #68DC92: hue angle of 141.72º 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 #68DC92 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB104220146-
CMYK0.5300.340.14
HSL141.72º62.37%63.53%-
HSV(B)141.72º52.73%86.27%-
XYZ36.4956.236.12-
YUV176.88110.5776.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.13%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=22.13%
G=46.81%
B=31.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201460.5300.340.14141.7262.3763.53
Hex68DC9235022E8e3e40
Octal150334222650421621676100
Binary1101000110111001001001011010101000101110100011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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