Html Css Color HEX #6DBA7E Fern

📋 copy color: '#6DBA7E'

red 109 ◦ green 186 ◦ blue 126

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

Shades of Fern #6DBA7E

Tints of Fern #6DBA7E

RGB

 RED value IS 109 (42.97% from 255) = 25.89%

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

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

R = 25.89%
G = 44.18%
B = 29.93%

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

#6DBA7E (or 0x6DBA7E) is known color: Fern. HEX triplet: 6D, BA and 7E. RGB value is (109,186,126). Sum of RGB (Red+Green+Blue) = 109+186+126=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBA7E is #924581. Grayscale: #9C9C9C. Windows color (decimal): -9586050 or 8305261. OLE color: 8305261.

HSL color Cylindrical-coordinate representation of color #6DBA7E: hue angle of 133.25º 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 #6DBA7E is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 186 126 -
CMYK 0.41 0 0.32 0.27
HSL 133.25º 0.36% 0.58% -
HSV(B) 133.25º 0.41% 0.73% -
XYZ 27.63 39.88 25.98 -
YUV 156.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 109 186 126 0.41 0 0.32 0.27 133.25 0.36 0.58
Hex 6D BA 7E 29 0 20 1B 85 24 3A
Octal 155 272 176 51 0 40 33 205 44 72
Binary 1101101 10111010 1111110 101001 0 100000 11011 10000101 100100 111010

Color Harmonies of #6DBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBA7E

Black with #6DBA7E

Text Example


Text Example

White with #6DBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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