Html Css Color HEX #6ABC7E Fern

📋 copy color: '#6ABC7E'

red 106 ◦ green 188 ◦ blue 126

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

Shades of Fern #6ABC7E

Tints of Fern #6ABC7E

RGB

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

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

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

R = 25.24%
G = 44.76%
B = 30%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#6ABC7E (or 0x6ABC7E) is known color: Fern. HEX triplet: 6A, BC and 7E. RGB value is (106,188,126). Sum of RGB (Red+Green+Blue) = 106+188+126=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC7E is #954381. Grayscale: #9C9C9C. Windows color (decimal): -9782146 or 8305770. OLE color: 8305770.

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

Color convert

RGB 106 188 126 -
CMYK 0.44 0 0.33 0.26
HSL 134.63º 0.38% 0.58% -
HSV(B) 134.63º 0.44% 0.74% -
XYZ 27.69 40.54 26.1 -
YUV 156.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 106 188 126 0.44 0 0.33 0.26 134.63 0.38 0.58
Hex 6A BC 7E 2C 0 21 1A 87 26 3A
Octal 152 274 176 54 0 41 32 207 46 72
Binary 1101010 10111100 1111110 101100 0 100001 11010 10000111 100110 111010

Color Harmonies of #6ABC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABC7E

Black with #6ABC7E

Text Example


Text Example

White with #6ABC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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