#6DBD90

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

Shades of Silver Tree #6DBD90

Tints of Silver Tree #6DBD90

Color information

#6DBD90 (or 0x6DBD90) is unknown color: approx Silver Tree. HEX triplet: 6D, BD and 90. RGB value is (109,189,144). Sum of RGB (Red+Green+Blue) = 109+189+144=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBD90 is #92426F. Grayscale: #A0A0A0. Windows color (decimal): -9585264 or 9485677. OLE color: 9485677.

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

Color convert

RGB109189144-
CMYK0.4200.240.26
HSL146.25º37.74%58.43%-
HSV(B)146.25º42.33%74.12%-
XYZ29.5441.6632.87-
YUV159.9511991.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.66%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=24.66%
G=42.76%
B=32.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891440.4200.240.26146.2537.7458.43
Hex6DBD902A0181A92263a
Octal15527522052030322224672
Binary110110110111101100100001010100110001101010010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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