#68B385

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

Shades of Silver Tree #68B385

Tints of Silver Tree #68B385

Color information

#68B385 (or 0x68B385) is unknown color: approx Silver Tree. HEX triplet: 68, B3 and 85. RGB value is (104,179,133). Sum of RGB (Red+Green+Blue) = 104+179+133=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #68B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B385 is #974C7A. Grayscale: #979797. Windows color (decimal): -9915515 or 8762216. OLE color: 8762216.

HSL color Cylindrical-coordinate representation of color #68B385: hue angle of 143.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B385 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB104179133-
CMYK0.4200.260.30
HSL143.2º33.04%55.49%-
HSV(B)143.2º41.9%70.2%-
XYZ26.0636.8827.93-
YUV151.33117.6594.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=25%
G=43.03%
B=31.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041791330.4200.260.30143.233.0455.49
Hex68B3852A01A1E8f2137
Octal15026320552032362174167
Binary110100010110011100001011010100110101111010001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,133); }

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

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

 a { background-color: rgb(104,179,133); }

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

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

 span { border-color: rgb(104,179,133); }

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