#6CA46E

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

Shades of Fern #6CA46E

Tints of Fern #6CA46E

Color information

#6CA46E (or 0x6CA46E) is unknown color: approx Fern. HEX triplet: 6C, A4 and 6E. RGB value is (108,164,110). Sum of RGB (Red+Green+Blue) = 108+164+110=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA46E is #935B91. Grayscale: #8D8D8D. Windows color (decimal): -9657234 or 7251052. OLE color: 7251052.

HSL color Cylindrical-coordinate representation of color #6CA46E: hue angle of 122.14º 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 #6CA46E is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB108164110-
CMYK0.3400.330.36
HSL122.14º23.53%53.33%-
HSV(B)122.14º34.15%64.31%-
XYZ22.2730.8619.54-
YUV141.1110.45104.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.27%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=28.27%
G=42.93%
B=28.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641100.3400.330.36122.1423.5353.33
Hex6CA46E22021247a1835
Octal15424415642041441723065
Binary11011001010010011011101000100100001100100111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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