#68AE76

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

Shades of Fern #68AE76

Tints of Fern #68AE76

Color information

#68AE76 (or 0x68AE76) is unknown color: approx Fern. HEX triplet: 68, AE and 76. RGB value is (104,174,118). Sum of RGB (Red+Green+Blue) = 104+174+118=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE76 is #975189. Grayscale: #929292. Windows color (decimal): -9916810 or 7777896. OLE color: 7777896.

HSL color Cylindrical-coordinate representation of color #68AE76: hue angle of 132º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE76 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB104174118-
CMYK0.4000.320.32
HSL132º30.17%54.51%-
HSV(B)132º40.23%68.24%-
XYZ24.1134.5222.53-
YUV146.69111.8197.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=26.26%
G=43.94%
B=29.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741180.4000.320.3213230.1754.51
Hex68AE762802020841e37
Octal15025616650040402043667
Binary110100010101110111011010100001000001000001000010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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