#6BB46C

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

Shades of Fern #6BB46C

Tints of Fern #6BB46C

Color information

#6BB46C (or 0x6BB46C) is unknown color: approx Fern. HEX triplet: 6B, B4 and 6C. RGB value is (107,180,108). Sum of RGB (Red+Green+Blue) = 107+180+108=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB46C is #944B93. Grayscale: #969696. Windows color (decimal): -9718676 or 7124075. OLE color: 7124075.

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

Color convert

RGB107180108-
CMYK0.4100.400.29
HSL120.82º32.74%56.27%-
HSV(B)120.82º40.56%70.59%-
XYZ25.0936.8519.98-
YUV149.96104.3297.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=27.09%
G=45.57%
B=27.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071801080.4100.400.29120.8232.7456.27
Hex6BB46C290281D792138
Octal15326415451050351714170
Binary11010111011010011011001010010101000111011111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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