#68B488

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

Shades of Silver Tree #68B488

Tints of Silver Tree #68B488

Color information

#68B488 (or 0x68B488) is unknown color: approx Silver Tree. HEX triplet: 68, B4 and 88. RGB value is (104,180,136). Sum of RGB (Red+Green+Blue) = 104+180+136=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #68B488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B488 is #974B77. Grayscale: #989898. Windows color (decimal): -9915256 or 8959080. OLE color: 8959080.

HSL color Cylindrical-coordinate representation of color #68B488: hue angle of 145.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B488 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB104180136-
CMYK0.4200.240.29
HSL145.26º33.63%55.69%-
HSV(B)145.26º42.22%70.59%-
XYZ26.4737.3629.11-
YUV152.26118.8293.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=24.76%
G=42.86%
B=32.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041801360.4200.240.29145.2633.6355.69
Hex68B4882A0181D912238
Octal15026421052030352214270
Binary110100010110100100010001010100110001110110010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,136); }

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

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

 a { background-color: rgb(104,180,136); }

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

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

 span { border-color: rgb(104,180,136); }

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