#69BD80

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

Shades of Silver Tree #69BD80

Tints of Silver Tree #69BD80

Color information

#69BD80 (or 0x69BD80) is unknown color: approx Silver Tree. HEX triplet: 69, BD and 80. RGB value is (105,189,128). Sum of RGB (Red+Green+Blue) = 105+189+128=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BD80 is #96427F. Grayscale: #9D9D9D. Windows color (decimal): -9847424 or 8437097. OLE color: 8437097.

HSL color Cylindrical-coordinate representation of color #69BD80: hue angle of 136.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BD80 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB105189128-
CMYK0.4400.320.26
HSL136.43º38.89%57.65%-
HSV(B)136.43º44.44%74.12%-
XYZ27.9240.9626.86-
YUV156.93111.6790.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 189 (74.22% from 255) = 44.79%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=24.88%
G=44.79%
B=30.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051891280.4400.320.26136.4338.8957.65
Hex69BD802C0201A88273a
Octal15127520054040322104772
Binary1101001101111011000000010110001000001101010001000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,189,128); }

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

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

 a { background-color: rgb(105,189,128); }

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

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

 span { border-color: rgb(105,189,128); }

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