Html Css Color HEX #6ABC7F Fern

📋 copy color: '#6ABC7F'

red 106 ◦ green 188 ◦ blue 127

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

Shades of Fern #6ABC7F

Tints of Fern #6ABC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

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

R = 25.18%
G = 44.66%
B = 30.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#6ABC7F (or 0x6ABC7F) is known color: Fern. HEX triplet: 6A, BC and 7F. RGB value is (106,188,127). Sum of RGB (Red+Green+Blue) = 106+188+127=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC7F is #954380. Grayscale: #9C9C9C. Windows color (decimal): -9782145 or 8371306. OLE color: 8371306.

HSL color Cylindrical-coordinate representation of color #6ABC7F: hue angle of 135.37º degrees, saturation: 0.38, 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 #6ABC7F is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 188 127 -
CMYK 0.44 0 0.32 0.26
HSL 135.37º 0.38% 0.58% -
HSV(B) 135.37º 0.44% 0.74% -
XYZ 27.76 40.56 26.45 -
YUV 156.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 106 188 127 0.44 0 0.32 0.26 135.37 0.38 0.58
Hex 6A BC 7F 2C 0 20 1A 87 26 3A
Octal 152 274 177 54 0 40 32 207 46 72
Binary 1101010 10111100 1111111 101100 0 100000 11010 10000111 100110 111010

Color Harmonies of #6ABC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABC7F

Black with #6ABC7F

Text Example


Text Example

White with #6ABC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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