#6CAD64

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

Shades of Fern #6CAD64

Tints of Fern #6CAD64

Color information

#6CAD64 (or 0x6CAD64) is unknown color: approx Fern. HEX triplet: 6C, AD and 64. RGB value is (108,173,100). Sum of RGB (Red+Green+Blue) = 108+173+100=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAD64 is #93529B. Grayscale: #919191. Windows color (decimal): -9654940 or 6597996. OLE color: 6597996.

HSL color Cylindrical-coordinate representation of color #6CAD64: hue angle of 113.42º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CAD64 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB108173100-
CMYK0.3800.420.32
HSL113.42º30.8%53.53%-
HSV(B)113.42º42.2%67.84%-
XYZ23.433417.38-
YUV145.24102.47101.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=28.35%
G=45.41%
B=26.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081731000.3800.420.32113.4230.853.53
Hex6CAD642602A20711f36
Octal15425514446052401613766
Binary11011001010110111001001001100101010100000111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,100); }

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

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

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

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

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

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

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