#6FB46C

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

Shades of Fern #6FB46C

Tints of Fern #6FB46C

Color information

#6FB46C (or 0x6FB46C) is unknown color: approx Fern. HEX triplet: 6F, B4 and 6C. RGB value is (111,180,108). Sum of RGB (Red+Green+Blue) = 111+180+108=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB46C is #904B93. Grayscale: #979797. Windows color (decimal): -9456532 or 7124079. OLE color: 7124079.

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

Color convert

RGB111180108-
CMYK0.3800.400.29
HSL117.5º32.43%56.47%-
HSV(B)117.5º40%70.59%-
XYZ25.5837.120-
YUV151.16103.6499.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=27.82%
G=45.11%
B=27.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801080.3800.400.29117.532.4356.47
Hex6FB46C260281D762038
Octal15726415446050351664070
Binary11011111011010011011001001100101000111011110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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