#68AF86

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

Shades of Silver Tree #68AF86

Tints of Silver Tree #68AF86

Color information

#68AF86 (or 0x68AF86) is unknown color: approx Silver Tree. HEX triplet: 68, AF and 86. RGB value is (104,175,134). Sum of RGB (Red+Green+Blue) = 104+175+134=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF86 is #975079. Grayscale: #959595. Windows color (decimal): -9916538 or 8826728. OLE color: 8826728.

HSL color Cylindrical-coordinate representation of color #68AF86: hue angle of 145.35º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF86 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB104175134-
CMYK0.4100.230.31
HSL145.35º30.74%54.71%-
HSV(B)145.35º40.57%68.63%-
XYZ25.3435.3228.04-
YUV149.1119.4895.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=25.18%
G=42.37%
B=32.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751340.4100.230.31145.3530.7454.71
Hex68AF86290171F911f37
Octal15025720651027372213767
Binary11010001010111110000110101001010111111111001000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,134); }

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

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

 a { background-color: rgb(104,175,134); }

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

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

 span { border-color: rgb(104,175,134); }

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