Html Css Color HEX #6ABA7E Fern

📋 copy color: '#6ABA7E'

red 106 ◦ green 186 ◦ blue 126

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

Shades of Fern #6ABA7E

Tints of Fern #6ABA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 25.36%
G = 44.5%
B = 30.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6ABA7E (or 0x6ABA7E) is known color: Fern. HEX triplet: 6A, BA and 7E. RGB value is (106,186,126). Sum of RGB (Red+Green+Blue) = 106+186+126=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABA7E is #954581. Grayscale: #9B9B9B. Windows color (decimal): -9782658 or 8305258. OLE color: 8305258.

HSL color Cylindrical-coordinate representation of color #6ABA7E: hue angle of 135º 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 #6ABA7E is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 126 -
CMYK 0.43 0 0.32 0.27
HSL 135º 0.37% 0.57% -
HSV(B) 135º 0.43% 0.73% -
XYZ 27.27 39.69 25.96 -
YUV 155.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 106 186 126 0.43 0 0.32 0.27 135 0.37 0.57
Hex 6A BA 7E 2B 0 20 1B 87 25 39
Octal 152 272 176 53 0 40 33 207 45 71
Binary 1101010 10111010 1111110 101011 0 100000 11011 10000111 100101 111001

Color Harmonies of #6ABA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABA7E

Black with #6ABA7E

Text Example


Text Example

White with #6ABA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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