#69B38D

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

Shades of Silver Tree #69B38D

Tints of Silver Tree #69B38D

Color information

#69B38D (or 0x69B38D) is unknown color: approx Silver Tree. HEX triplet: 69, B3 and 8D. RGB value is (105,179,141). Sum of RGB (Red+Green+Blue) = 105+179+141=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #69B38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B38D is #964C72. Grayscale: #989898. Windows color (decimal): -9849971 or 9286505. OLE color: 9286505.

HSL color Cylindrical-coordinate representation of color #69B38D: hue angle of 149.19º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B38D is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB105179141-
CMYK0.4100.210.30
HSL149.19º32.74%55.69%-
HSV(B)149.19º41.34%70.2%-
XYZ26.7537.1730.96-
YUV152.54121.4894.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=24.71%
G=42.12%
B=33.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051791410.4100.210.30149.1932.7455.69
Hex69B38D290151E952138
Octal15126321551025362254170
Binary110100110110011100011011010010101011111010010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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