#6FB16A

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

Shades of Fern #6FB16A

Tints of Fern #6FB16A

Color information

#6FB16A (or 0x6FB16A) is unknown color: approx Fern. HEX triplet: 6F, B1 and 6A. RGB value is (111,177,106). Sum of RGB (Red+Green+Blue) = 111+177+106=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB16A is #904E95. Grayscale: #959595. Windows color (decimal): -9457302 or 6992239. OLE color: 6992239.

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

Color convert

RGB111177106-
CMYK0.3700.400.31
HSL115.77º31.28%55.49%-
HSV(B)115.77º40.11%69.41%-
XYZ24.8835.8619.25-
YUV149.17103.63100.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 177 (69.53% from 255) = 44.92%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=28.17%
G=44.92%
B=26.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111771060.3700.400.31115.7731.2855.49
Hex6FB16A250281F741f37
Octal15726115245050371643767
Binary1101111101100011101010100101010100011111111010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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