#6FB772

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

Shades of Fern #6FB772

Tints of Fern #6FB772

Color information

#6FB772 (or 0x6FB772) is unknown color: approx Fern. HEX triplet: 6F, B7 and 72. RGB value is (111,183,114). Sum of RGB (Red+Green+Blue) = 111+183+114=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB772 is #90488D. Grayscale: #999999. Windows color (decimal): -9455758 or 7518063. OLE color: 7518063.

HSL color Cylindrical-coordinate representation of color #6FB772: hue angle of 122.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB772 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB111183114-
CMYK0.3900.380.28
HSL122.5º33.33%57.65%-
HSV(B)122.5º39.34%71.76%-
XYZ26.5338.4621.95-
YUV153.61105.6597.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.21%
GREEN value IS 183 (71.88% from 255) = 44.85%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=27.21%
G=44.85%
B=27.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1111831140.3900.380.28122.533.3357.65
Hex6FB772270261C7a213a
Octal15726716247046341724172
Binary11011111011011111100101001110100110111001111010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,114); }

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

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

 a { background-color: rgb(111,183,114); }

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

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

 span { border-color: rgb(111,183,114); }

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