Html Css Color HEX #6EBA7E Fern

📋 copy color: '#6EBA7E'

red 110 ◦ green 186 ◦ blue 126

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

Shades of Fern #6EBA7E

Tints of Fern #6EBA7E

RGB

 RED value IS 110 (43.36% from 255) = 26.07%

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

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

R = 26.07%
G = 44.08%
B = 29.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6EBA7E (or 0x6EBA7E) is known color: Fern. HEX triplet: 6E, BA and 7E. RGB value is (110,186,126). Sum of RGB (Red+Green+Blue) = 110+186+126=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA7E is #914581. Grayscale: #9C9C9C. Windows color (decimal): -9520514 or 8305262. OLE color: 8305262.

HSL color Cylindrical-coordinate representation of color #6EBA7E: hue angle of 132.63º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBA7E is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 126 -
CMYK 0.41 0 0.32 0.27
HSL 132.63º 0.36% 0.58% -
HSV(B) 132.63º 0.41% 0.73% -
XYZ 27.76 39.94 25.98 -
YUV 156.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 110 186 126 0.41 0 0.32 0.27 132.63 0.36 0.58
Hex 6E BA 7E 29 0 20 1B 85 24 3A
Octal 156 272 176 51 0 40 33 205 44 72
Binary 1101110 10111010 1111110 101001 0 100000 11011 10000101 100100 111010

Color Harmonies of #6EBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBA7E

Black with #6EBA7E

Text Example


Text Example

White with #6EBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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