#6FB477

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

Shades of Fern #6FB477

Tints of Fern #6FB477

Color information

#6FB477 (or 0x6FB477) is unknown color: approx Fern. HEX triplet: 6F, B4 and 77. RGB value is (111,180,119). Sum of RGB (Red+Green+Blue) = 111+180+119=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB477 is #904B88. Grayscale: #989898. Windows color (decimal): -9456521 or 7844975. OLE color: 7844975.

HSL color Cylindrical-coordinate representation of color #6FB477: hue angle of 126.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB477 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB111180119-
CMYK0.3800.340.29
HSL126.96º31.51%57.06%-
HSV(B)126.96º38.33%70.59%-
XYZ26.2137.3523.28-
YUV152.42109.1498.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.07%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=27.07%
G=43.90%
B=29.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801190.3800.340.29126.9631.5157.06
Hex6FB477260221D7f2039
Octal15726416746042351774071
Binary11011111011010011101111001100100010111011111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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