Html Css Color HEX #6FBA76 Fern

📋 copy color: '#6FBA76'

red 111 ◦ green 186 ◦ blue 118

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

Shades of Fern #6FBA76

Tints of Fern #6FBA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 26.75%
G = 44.82%
B = 28.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#6FBA76 (or 0x6FBA76) is known color: Fern. HEX triplet: 6F, BA and 76. RGB value is (111,186,118). Sum of RGB (Red+Green+Blue) = 111+186+118=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA76 is #904589. Grayscale: #9C9C9C. Windows color (decimal): -9454986 or 7780975. OLE color: 7780975.

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

Color convert

RGB 111 186 118 -
CMYK 0.40 0 0.37 0.27
HSL 125.6º 0.35% 0.58% -
HSV(B) 125.6º 0.4% 0.73% -
XYZ 27.38 39.81 23.38 -
YUV 155.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 111 186 118 0.40 0 0.37 0.27 125.6 0.35 0.58
Hex 6F BA 76 28 0 25 1B 7E 23 3A
Octal 157 272 166 50 0 45 33 176 43 72
Binary 1101111 10111010 1110110 101000 0 100101 11011 1111110 100011 111010

Color Harmonies of #6FBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBA76

Black with #6FBA76

Text Example


Text Example

White with #6FBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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