Html Css Color HEX #6FBA74 Fern

📋 copy color: '#6FBA74'

red 111 ◦ green 186 ◦ blue 116

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

Shades of Fern #6FBA74

Tints of Fern #6FBA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 26.88%
G = 45.04%
B = 28.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#6FBA74 (or 0x6FBA74) is known color: Fern. HEX triplet: 6F, BA and 74. RGB value is (111,186,116). Sum of RGB (Red+Green+Blue) = 111+186+116=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA74 is #90458B. Grayscale: #9B9B9B. Windows color (decimal): -9454988 or 7649903. OLE color: 7649903.

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

Color convert

RGB 111 186 116 -
CMYK 0.40 0 0.38 0.27
HSL 124º 0.35% 0.58% -
HSV(B) 124º 0.4% 0.73% -
XYZ 27.27 39.76 22.76 -
YUV 155.6 105.65 96.19 -
System Red Green Blue C M Y K H S L
Decimal 111 186 116 0.40 0 0.38 0.27 124 0.35 0.58
Hex 6F BA 74 28 0 26 1B 7C 23 3A
Octal 157 272 164 50 0 46 33 174 43 72
Binary 1101111 10111010 1110100 101000 0 100110 11011 1111100 100011 111010

Color Harmonies of #6FBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBA74

Black with #6FBA74

Text Example


Text Example

White with #6FBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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