#6FBD90

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

Shades of Silver Tree #6FBD90

Tints of Silver Tree #6FBD90

Color information

#6FBD90 (or 0x6FBD90) is unknown color: approx Silver Tree. HEX triplet: 6F, BD and 90. RGB value is (111,189,144). Sum of RGB (Red+Green+Blue) = 111+189+144=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBD90 is #90426F. Grayscale: #A0A0A0. Windows color (decimal): -9454192 or 9485679. OLE color: 9485679.

HSL color Cylindrical-coordinate representation of color #6FBD90: hue angle of 145.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBD90 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB111189144-
CMYK0.4100.240.26
HSL145.38º37.14%58.82%-
HSV(B)145.38º41.27%74.12%-
XYZ29.7941.7932.88-
YUV160.55118.6692.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=25%
G=42.57%
B=32.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111891440.4100.240.26145.3837.1458.82
Hex6FBD90290181A91253b
Octal15727522051030322214573
Binary110111110111101100100001010010110001101010010001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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