Html Css Color HEX #6ABD85 Silver Tree

📋 copy color: '#6ABD85'

red 106 ◦ green 189 ◦ blue 133

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

Shades of Silver Tree #6ABD85

Tints of Silver Tree #6ABD85

RGB

 RED value IS 106 (41.8% from 255) = 24.77%

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 24.77%
G = 44.16%
B = 31.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#6ABD85 (or 0x6ABD85) is known color: Silver Tree. HEX triplet: 6A, BD and 85. RGB value is (106,189,133). Sum of RGB (Red+Green+Blue) = 106+189+133=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABD85 is #95427A. Grayscale: #9D9D9D. Windows color (decimal): -9781883 or 8764778. OLE color: 8764778.

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

Color convert

RGB 106 189 133 -
CMYK 0.44 0 0.30 0.26
HSL 139.52º 0.39% 0.58% -
HSV(B) 139.52º 0.44% 0.74% -
XYZ 28.38 41.15 28.64 -
YUV 157.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 106 189 133 0.44 0 0.30 0.26 139.52 0.39 0.58
Hex 6A BD 85 2C 0 1E 1A 8C 27 3A
Octal 152 275 205 54 0 36 32 214 47 72
Binary 1101010 10111101 10000101 101100 0 11110 11010 10001100 100111 111010

Color Harmonies of #6ABD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD85

Black with #6ABD85

Text Example


Text Example

White with #6ABD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,189,133); }

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

background-color css

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

 a { background-color: rgb(106,189,133); }

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

border-color css

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

 span { border-color: rgb(106,189,133); }

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