#69B492

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

Shades of Silver Tree #69B492

Tints of Silver Tree #69B492

Color information

#69B492 (or 0x69B492) is unknown color: approx Silver Tree. HEX triplet: 69, B4 and 92. RGB value is (105,180,146). Sum of RGB (Red+Green+Blue) = 105+180+146=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #69B492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B492 is #964B6D. Grayscale: #999999. Windows color (decimal): -9849710 or 9614441. OLE color: 9614441.

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

Color convert

RGB105180146-
CMYK0.4200.190.29
HSL152.8º33.33%55.88%-
HSV(B)152.8º41.67%70.59%-
XYZ27.3437.7233.03-
YUV153.7123.6593.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=24.36%
G=41.76%
B=33.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801460.4200.190.29152.833.3355.88
Hex69B4922A0131D992138
Octal15126422252023352314170
Binary110100110110100100100101010100100111110110011001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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