#69B493

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

Shades of Silver Tree #69B493

Tints of Silver Tree #69B493

Color information

#69B493 (or 0x69B493) is unknown color: approx Silver Tree. HEX triplet: 69, B4 and 93. RGB value is (105,180,147). Sum of RGB (Red+Green+Blue) = 105+180+147=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #69B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B493 is #964B6C. Grayscale: #999999. Windows color (decimal): -9849709 or 9679977. OLE color: 9679977.

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

Color convert

RGB105180147-
CMYK0.4200.180.29
HSL153.6º33.33%55.88%-
HSV(B)153.6º41.67%70.59%-
XYZ27.4137.7533.45-
YUV153.81124.1593.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=24.31%
G=41.67%
B=34.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801470.4200.180.29153.633.3355.88
Hex69B4932A0121D9a2138
Octal15126422352022352324170
Binary110100110110100100100111010100100101110110011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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