#6CAC70

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

Shades of Fern #6CAC70

Tints of Fern #6CAC70

Color information

#6CAC70 (or 0x6CAC70) is unknown color: approx Fern. HEX triplet: 6C, AC and 70. RGB value is (108,172,112). Sum of RGB (Red+Green+Blue) = 108+172+112=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAC70 is #93538F. Grayscale: #929292. Windows color (decimal): -9655184 or 7384172. OLE color: 7384172.

HSL color Cylindrical-coordinate representation of color #6CAC70: hue angle of 123.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAC70 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB108172112-
CMYK0.3700.350.33
HSL123.75º27.83%54.9%-
HSV(B)123.75º37.21%67.45%-
XYZ23.8633.8620.61-
YUV146.02108.8100.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=27.55%
G=43.88%
B=28.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081721120.3700.350.33123.7527.8354.9
Hex6CAC7025023217c1c37
Octal15425416045043411743467
Binary11011001010110011100001001010100011100001111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,112); }

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

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

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

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

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

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

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