Html Css Color HEX #6CB490 Silver Tree

📋 copy color: '#6CB490'

red 108 ◦ green 180 ◦ blue 144

#6CB490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #6CB490

Tints of Silver Tree #6CB490

RGB

 RED value IS 108 (42.58% from 255) = 25%

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#6CB490 (or 0x6CB490) is known color: Silver Tree. HEX triplet: 6C, B4 and 90. RGB value is (108,180,144). Sum of RGB (Red+Green+Blue) = 108+180+144=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB490 is #934B6F. Grayscale: #9A9A9A. Windows color (decimal): -9653104 or 9483372. OLE color: 9483372.

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

Color convert

RGB 108 180 144 -
CMYK 0.40 0 0.2 0.29
HSL 150º 0.32% 0.56% -
HSV(B) 150º 0.4% 0.71% -
XYZ 27.54 37.84 32.24 -
YUV 154.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 108 180 144 0.40 0 0.2 0.29 150 0.32 0.56
Hex 6C B4 90 28 0 14 1D 96 20 38
Octal 154 264 220 50 0 24 35 226 40 70
Binary 1101100 10110100 10010000 101000 0 10100 11101 10010110 100000 111000

Color Harmonies of #6CB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB490

Black with #6CB490

Text Example


Text Example

White with #6CB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CB490;
 }
 .AnyTagClassName
 {
   color: #6CB490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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