#68AC76

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

Shades of Fern #68AC76

Tints of Fern #68AC76

Color information

#68AC76 (or 0x68AC76) is unknown color: approx Fern. HEX triplet: 68, AC and 76. RGB value is (104,172,118). Sum of RGB (Red+Green+Blue) = 104+172+118=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC76 is #975389. Grayscale: #919191. Windows color (decimal): -9917322 or 7777384. OLE color: 7777384.

HSL color Cylindrical-coordinate representation of color #68AC76: hue angle of 132.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC76 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB104172118-
CMYK0.4000.310.33
HSL132.35º29.06%54.12%-
HSV(B)132.35º39.53%67.45%-
XYZ23.7333.7622.4-
YUV145.51112.4798.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=26.40%
G=43.65%
B=29.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721180.4000.310.33132.3529.0654.12
Hex68AC762801F21841d36
Octal15025416650037412043566
Binary11010001010110011101101010000111111000011000010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,118); }

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

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

 a { background-color: rgb(104,172,118); }

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

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

 span { border-color: rgb(104,172,118); }

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