#6FB16D

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

Shades of Fern #6FB16D

Tints of Fern #6FB16D

Color information

#6FB16D (or 0x6FB16D) is unknown color: approx Fern. HEX triplet: 6F, B1 and 6D. RGB value is (111,177,109). Sum of RGB (Red+Green+Blue) = 111+177+109=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB16D is #904E92. Grayscale: #959595. Windows color (decimal): -9457299 or 7188847. OLE color: 7188847.

HSL color Cylindrical-coordinate representation of color #6FB16D: hue angle of 118.24º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB16D is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB111177109-
CMYK0.3700.380.31
HSL118.24º30.36%56.08%-
HSV(B)118.24º38.42%69.41%-
XYZ25.0435.9320.08-
YUV149.51105.13100.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=27.96%
G=44.58%
B=27.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111771090.3700.380.31118.2430.3656.08
Hex6FB16D250261F761e38
Octal15726115545046371663670
Binary1101111101100011101101100101010011011111111011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,109); }

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

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

 a { background-color: rgb(111,177,109); }

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

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

 span { border-color: rgb(111,177,109); }

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