Html Css Color HEX #6ABE7F Fern

📋 copy color: '#6ABE7F'

red 106 ◦ green 190 ◦ blue 127

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

Shades of Fern #6ABE7F

Tints of Fern #6ABE7F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 25.06%
G = 44.92%
B = 30.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#6ABE7F (or 0x6ABE7F) is known color: Fern. HEX triplet: 6A, BE and 7F. RGB value is (106,190,127). Sum of RGB (Red+Green+Blue) = 106+190+127=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE7F is #954180. Grayscale: #9D9D9D. Windows color (decimal): -9781633 or 8371818. OLE color: 8371818.

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

Color convert

RGB 106 190 127 -
CMYK 0.44 0 0.33 0.25
HSL 135º 0.39% 0.58% -
HSV(B) 135º 0.44% 0.75% -
XYZ 28.19 41.42 26.59 -
YUV 157.7 110.67 91.12 -
System Red Green Blue C M Y K H S L
Decimal 106 190 127 0.44 0 0.33 0.25 135 0.39 0.58
Hex 6A BE 7F 2C 0 21 19 87 27 3A
Octal 152 276 177 54 0 41 31 207 47 72
Binary 1101010 10111110 1111111 101100 0 100001 11001 10000111 100111 111010

Color Harmonies of #6ABE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABE7F

Black with #6ABE7F

Text Example


Text Example

White with #6ABE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,190,127); }

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

background-color css

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

 a { background-color: rgb(106,190,127); }

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

border-color css

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

 span { border-color: rgb(106,190,127); }

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