Html Css Color HEX #6ABF7E Fern

📋 copy color: '#6ABF7E'

red 106 ◦ green 191 ◦ blue 126

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

Shades of Fern #6ABF7E

Tints of Fern #6ABF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 45.15%

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

R = 25.06%
G = 45.15%
B = 29.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#6ABF7E (or 0x6ABF7E) is known color: Fern. HEX triplet: 6A, BF and 7E. RGB value is (106,191,126). Sum of RGB (Red+Green+Blue) = 106+191+126=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF7E is #954081. Grayscale: #9E9E9E. Windows color (decimal): -9781378 or 8306538. OLE color: 8306538.

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

Color convert

RGB 106 191 126 -
CMYK 0.45 0 0.34 0.25
HSL 134.12º 0.4% 0.58% -
HSV(B) 134.12º 0.45% 0.75% -
XYZ 28.34 41.83 26.32 -
YUV 158.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 106 191 126 0.45 0 0.34 0.25 134.12 0.4 0.58
Hex 6A BF 7E 2D 0 22 19 86 28 3A
Octal 152 277 176 55 0 42 31 206 50 72
Binary 1101010 10111111 1111110 101101 0 100010 11001 10000110 101000 111010

Color Harmonies of #6ABF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF7E

Black with #6ABF7E

Text Example


Text Example

White with #6ABF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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