#68A46C

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

Shades of Fern #68A46C

Tints of Fern #68A46C

Color information

#68A46C (or 0x68A46C) is unknown color: approx Fern. HEX triplet: 68, A4 and 6C. RGB value is (104,164,108). Sum of RGB (Red+Green+Blue) = 104+164+108=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #68A46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A46C is #975B93. Grayscale: #8B8B8B. Windows color (decimal): -9919380 or 7119976. OLE color: 7119976.

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

Color convert

RGB104164108-
CMYK0.3700.340.36
HSL124º24.79%52.55%-
HSV(B)124º36.59%64.31%-
XYZ21.6930.5818.95-
YUV139.68110.12102.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=27.66%
G=43.62%
B=28.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641080.3700.340.3612424.7952.55
Hex68A46C25022247c1935
Octal15024415445042441743165
Binary11010001010010011011001001010100010100100111110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A46C; }

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

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

<style>
 a { background-color: #68A46C; }

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

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

<style>
 span { border-color: #68A46C; }

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

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