#69B495

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

Shades of Silver Tree #69B495

Tints of Silver Tree #69B495

Color information

#69B495 (or 0x69B495) is unknown color: approx Silver Tree. HEX triplet: 69, B4 and 95. RGB value is (105,180,149). Sum of RGB (Red+Green+Blue) = 105+180+149=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #69B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B495 is #964B6A. Grayscale: #9A9A9A. Windows color (decimal): -9849707 or 9811049. OLE color: 9811049.

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

Color convert

RGB105180149-
CMYK0.4200.170.29
HSL155.2º33.33%55.88%-
HSV(B)155.2º41.67%70.59%-
XYZ27.5737.8234.28-
YUV154.04125.1593.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=24.19%
G=41.47%
B=34.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801490.4200.170.29155.233.3355.88
Hex69B4952A0111D9b2138
Octal15126422552021352334170
Binary110100110110100100101011010100100011110110011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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