Html Css Color HEX #6ABA85 Silver Tree

📋 copy color: '#6ABA85'

red 106 ◦ green 186 ◦ blue 133

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

Shades of Silver Tree #6ABA85

Tints of Silver Tree #6ABA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

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

R = 24.94%
G = 43.76%
B = 31.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#6ABA85 (or 0x6ABA85) is known color: Silver Tree. HEX triplet: 6A, BA and 85. RGB value is (106,186,133). Sum of RGB (Red+Green+Blue) = 106+186+133=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABA85 is #95457A. Grayscale: #9C9C9C. Windows color (decimal): -9782651 or 8764010. OLE color: 8764010.

HSL color Cylindrical-coordinate representation of color #6ABA85: hue angle of 140.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABA85 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 133 -
CMYK 0.43 0 0.28 0.27
HSL 140.25º 0.37% 0.57% -
HSV(B) 140.25º 0.43% 0.73% -
XYZ 27.74 39.88 28.43 -
YUV 156.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 106 186 133 0.43 0 0.28 0.27 140.25 0.37 0.57
Hex 6A BA 85 2B 0 1C 1B 8C 25 39
Octal 152 272 205 53 0 34 33 214 45 71
Binary 1101010 10111010 10000101 101011 0 11100 11011 10001100 100101 111001

Color Harmonies of #6ABA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABA85

Black with #6ABA85

Text Example


Text Example

White with #6ABA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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