#6FBF77

Color #6FBF77 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #6FBF77

Tints of Fern #6FBF77

Color information

#6FBF77 (or 0x6FBF77) is unknown color: approx Fern. HEX triplet: 6F, BF and 77. RGB value is (111,191,119). Sum of RGB (Red+Green+Blue) = 111+191+119=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF77 is #904088. Grayscale: #9F9F9F. Windows color (decimal): -9453705 or 7847791. OLE color: 7847791.

HSL color Cylindrical-coordinate representation of color #6FBF77: hue angle of 126º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF77 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB111191119-
CMYK0.4200.380.25
HSL126º38.46%59.22%-
HSV(B)126º41.88%74.9%-
XYZ28.5241.9724.05-
YUV158.87105.593.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.37%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=26.37%
G=45.37%
B=28.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911190.4200.380.2512638.4659.22
Hex6FBF772A026197e263b
Octal15727716752046311764673
Binary11011111011111111101111010100100110110011111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,119); }

 H1.HeaderClassName
 {
   color: #6FBF77;
 }
 .AnyTagClassName
 {
   color: #6FBF77;
 }
</style>
background-color css

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

 a { background-color: rgb(111,191,119); }

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

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

 span { border-color: rgb(111,191,119); }

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