#6CA56E

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

Shades of Fern #6CA56E

Tints of Fern #6CA56E

Color information

#6CA56E (or 0x6CA56E) is unknown color: approx Fern. HEX triplet: 6C, A5 and 6E. RGB value is (108,165,110). Sum of RGB (Red+Green+Blue) = 108+165+110=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA56E is #935A91. Grayscale: #8D8D8D. Windows color (decimal): -9656978 or 7251308. OLE color: 7251308.

HSL color Cylindrical-coordinate representation of color #6CA56E: hue angle of 122.11º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA56E is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB108165110-
CMYK0.3500.330.35
HSL122.11º24.05%53.53%-
HSV(B)122.11º34.55%64.71%-
XYZ22.4531.2219.6-
YUV141.69110.12103.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=28.20%
G=43.08%
B=28.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081651100.3500.330.35122.1124.0553.53
Hex6CA56E23021237a1836
Octal15424515643041431723066
Binary11011001010010111011101000110100001100011111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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