#6FB490

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

Shades of Silver Tree #6FB490

Tints of Silver Tree #6FB490

Color information

#6FB490 (or 0x6FB490) is unknown color: approx Silver Tree. HEX triplet: 6F, B4 and 90. RGB value is (111,180,144). Sum of RGB (Red+Green+Blue) = 111+180+144=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB490 is #904B6F. Grayscale: #9B9B9B. Windows color (decimal): -9456496 or 9483375. OLE color: 9483375.

HSL color Cylindrical-coordinate representation of color #6FB490: hue angle of 148.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB490 is Cyan = 0.38, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB111180144-
CMYK0.3800.20.29
HSL148.7º31.51%57.06%-
HSV(B)148.7º38.33%70.59%-
XYZ27.9138.0432.26-
YUV155.26121.6496.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.52%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=25.52%
G=41.38%
B=33.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801440.3800.20.29148.731.5157.06
Hex6FB490260141D952039
Octal15726422046024352254071
Binary110111110110100100100001001100101001110110010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FB490; }

 p { color: rgb(111,180,144); }

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

<style>
 a { background-color: #6FB490; }

 a { background-color: rgb(111,180,144); }

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

<style>
 span { border-color: #6FB490; }

 span { border-color: rgb(111,180,144); }

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