#69BE80

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

Shades of Silver Tree #69BE80

Tints of Silver Tree #69BE80

Color information

#69BE80 (or 0x69BE80) is unknown color: approx Silver Tree. HEX triplet: 69, BE and 80. RGB value is (105,190,128). Sum of RGB (Red+Green+Blue) = 105+190+128=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BE80 is #96417F. Grayscale: #9D9D9D. Windows color (decimal): -9847168 or 8437353. OLE color: 8437353.

HSL color Cylindrical-coordinate representation of color #69BE80: hue angle of 136.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BE80 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB105190128-
CMYK0.4500.330.25
HSL136.24º39.53%57.84%-
HSV(B)136.24º44.74%74.51%-
XYZ28.1441.3926.93-
YUV157.52111.3490.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=24.82%
G=44.92%
B=30.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901280.4500.330.25136.2439.5357.84
Hex69BE802D0211988283a
Octal15127620055041312105072
Binary1101001101111101000000010110101000011100110001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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