#68B08E

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

Shades of Silver Tree #68B08E

Tints of Silver Tree #68B08E

Color information

#68B08E (or 0x68B08E) is unknown color: approx Silver Tree. HEX triplet: 68, B0 and 8E. RGB value is (104,176,142). Sum of RGB (Red+Green+Blue) = 104+176+142=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #68B08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B08E is #974F71. Grayscale: #969696. Windows color (decimal): -9916274 or 9351272. OLE color: 9351272.

HSL color Cylindrical-coordinate representation of color #68B08E: hue angle of 151.67º 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 #68B08E is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB104176142-
CMYK0.4100.190.31
HSL151.67º31.3%54.9%-
HSV(B)151.67º40.91%69.02%-
XYZ26.1235.9531.15-
YUV150.6123.1594.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 176 (69.14% from 255) = 41.71%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=24.64%
G=41.71%
B=33.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761420.4100.190.31151.6731.354.9
Hex68B08E290131F981f37
Octal15026021651023372303767
Binary11010001011000010001110101001010011111111001100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,142); }

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

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

 a { background-color: rgb(104,176,142); }

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

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

 span { border-color: rgb(104,176,142); }

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