#68B976

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

Shades of Fern #68B976

Tints of Fern #68B976

Color information

#68B976 (or 0x68B976) is unknown color: approx Fern. HEX triplet: 68, B9 and 76. RGB value is (104,185,118). Sum of RGB (Red+Green+Blue) = 104+185+118=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #68B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B976 is #974689. Grayscale: #999999. Windows color (decimal): -9913994 or 7780712. OLE color: 7780712.

HSL color Cylindrical-coordinate representation of color #68B976: hue angle of 130.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B976 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB104185118-
CMYK0.4400.360.27
HSL130.37º36.65%56.67%-
HSV(B)130.37º43.78%72.55%-
XYZ26.3338.9523.27-
YUV153.14108.1692.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=25.55%
G=45.45%
B=28.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041851180.4400.360.27130.3736.6556.67
Hex68B9762C0241B822539
Octal15027116654044332024571
Binary110100010111001111011010110001001001101110000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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