#69B48D

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

Shades of Silver Tree #69B48D

Tints of Silver Tree #69B48D

Color information

#69B48D (or 0x69B48D) is unknown color: approx Silver Tree. HEX triplet: 69, B4 and 8D. RGB value is (105,180,141). Sum of RGB (Red+Green+Blue) = 105+180+141=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #69B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B48D is #964B72. Grayscale: #999999. Windows color (decimal): -9849715 or 9286761. OLE color: 9286761.

HSL color Cylindrical-coordinate representation of color #69B48D: hue angle of 148.8º degrees, saturation: 0.33, 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 #69B48D is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB105180141-
CMYK0.4200.220.29
HSL148.8º33.33%55.88%-
HSV(B)148.8º41.67%70.59%-
XYZ26.9537.5731.03-
YUV153.13121.1593.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=24.65%
G=42.25%
B=33.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801410.4200.220.29148.833.3355.88
Hex69B48D2A0161D952138
Octal15126421552026352254170
Binary110100110110100100011011010100101101110110010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B48D; }

 p { color: rgb(105,180,141); }

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

<style>
 a { background-color: #69B48D; }

 a { background-color: rgb(105,180,141); }

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

<style>
 span { border-color: #69B48D; }

 span { border-color: rgb(105,180,141); }

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