#6FB07C

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

Shades of Fern #6FB07C

Tints of Fern #6FB07C

Color information

#6FB07C (or 0x6FB07C) is unknown color: approx Fern. HEX triplet: 6F, B0 and 7C. RGB value is (111,176,124). Sum of RGB (Red+Green+Blue) = 111+176+124=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB07C is #904F83. Grayscale: #969696. Windows color (decimal): -9457540 or 8171631. OLE color: 8171631.

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

Color convert

RGB111176124-
CMYK0.3700.300.31
HSL132º29.15%56.27%-
HSV(B)132º36.93%69.02%-
XYZ25.7235.8924.64-
YUV150.64112.9799.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.01%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=27.01%
G=42.82%
B=30.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111761240.3700.300.3113229.1556.27
Hex6FB07C2501E1F841d38
Octal15726017445036372043570
Binary1101111101100001111100100101011110111111000010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,124); }

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

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

 a { background-color: rgb(111,176,124); }

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

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

 span { border-color: rgb(111,176,124); }

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