#68A771

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

Shades of Fern #68A771

Tints of Fern #68A771

Color information

#68A771 (or 0x68A771) is unknown color: approx Fern. HEX triplet: 68, A7 and 71. RGB value is (104,167,113). Sum of RGB (Red+Green+Blue) = 104+167+113=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #68A771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A771 is #97588E. Grayscale: #8E8E8E. Windows color (decimal): -9918607 or 7448424. OLE color: 7448424.

HSL color Cylindrical-coordinate representation of color #68A771: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A771 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB104167113-
CMYK0.3800.320.35
HSL128.57º26.36%53.14%-
HSV(B)128.57º37.72%65.49%-
XYZ22.5131.7720.57-
YUV142.01111.63100.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 167 (65.62% from 255) = 43.49%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=27.08%
G=43.49%
B=29.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041671130.3800.320.35128.5726.3653.14
Hex68A7712602023811a35
Octal15024716146040432013265
Binary110100010100111111000110011001000001000111000000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,167,113); }

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

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

 a { background-color: rgb(104,167,113); }

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

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

 span { border-color: rgb(104,167,113); }

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