Html Css Color HEX #6FBA7E Fern

📋 copy color: '#6FBA7E'

red 111 ◦ green 186 ◦ blue 126

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

Shades of Fern #6FBA7E

Tints of Fern #6FBA7E

RGB

 RED value IS 111 (43.75% from 255) = 26.24%

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

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

R = 26.24%
G = 43.97%
B = 29.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6FBA7E (or 0x6FBA7E) is known color: Fern. HEX triplet: 6F, BA and 7E. RGB value is (111,186,126). Sum of RGB (Red+Green+Blue) = 111+186+126=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7E is #904581. Grayscale: #9C9C9C. Windows color (decimal): -9454978 or 8305263. OLE color: 8305263.

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

Color convert

RGB 111 186 126 -
CMYK 0.40 0 0.32 0.27
HSL 132º 0.35% 0.58% -
HSV(B) 132º 0.4% 0.73% -
XYZ 27.88 40 25.99 -
YUV 156.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 111 186 126 0.40 0 0.32 0.27 132 0.35 0.58
Hex 6F BA 7E 28 0 20 1B 84 23 3A
Octal 157 272 176 50 0 40 33 204 43 72
Binary 1101111 10111010 1111110 101000 0 100000 11011 10000100 100011 111010

Color Harmonies of #6FBA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBA7E

Black with #6FBA7E

Text Example


Text Example

White with #6FBA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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