#6CA46C

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

Shades of Fern #6CA46C

Tints of Fern #6CA46C

Color information

#6CA46C (or 0x6CA46C) is unknown color: approx Fern. HEX triplet: 6C, A4 and 6C. RGB value is (108,164,108). Sum of RGB (Red+Green+Blue) = 108+164+108=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA46C is #935B93. Grayscale: #8D8D8D. Windows color (decimal): -9657236 or 7119980. OLE color: 7119980.

HSL color Cylindrical-coordinate representation of color #6CA46C: hue angle of 120º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA46C is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB108164108-
CMYK0.3400.340.36
HSL120º23.53%53.33%-
HSV(B)120º34.15%64.31%-
XYZ22.1730.8218.97-
YUV140.87109.45104.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.42%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=28.42%
G=43.16%
B=28.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641080.3400.340.3612023.5353.33
Hex6CA46C2202224781835
Octal15424415442042441703065
Binary11011001010010011011001000100100010100100111100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,108); }

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

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

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

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

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

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

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