#68BD80

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

Shades of Silver Tree #68BD80

Tints of Silver Tree #68BD80

Color information

#68BD80 (or 0x68BD80) is unknown color: approx Silver Tree. HEX triplet: 68, BD and 80. RGB value is (104,189,128). Sum of RGB (Red+Green+Blue) = 104+189+128=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BD80 is #97427F. Grayscale: #9C9C9C. Windows color (decimal): -9912960 or 8437096. OLE color: 8437096.

HSL color Cylindrical-coordinate representation of color #68BD80: hue angle of 136.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD80 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB104189128-
CMYK0.4500.320.26
HSL136.94º39.17%57.45%-
HSV(B)136.94º44.97%74.12%-
XYZ27.840.926.85-
YUV156.63111.8490.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 189 (74.22% from 255) = 44.89%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=24.70%
G=44.89%
B=30.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041891280.4500.320.26136.9439.1757.45
Hex68BD802D0201A892739
Octal15027520055040322114771
Binary1101000101111011000000010110101000001101010001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,189,128); }

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

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

 a { background-color: rgb(104,189,128); }

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

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

 span { border-color: rgb(104,189,128); }

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