#68B477

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

Shades of Fern #68B477

Tints of Fern #68B477

Color information

#68B477 (or 0x68B477) is unknown color: approx Fern. HEX triplet: 68, B4 and 77. RGB value is (104,180,119). Sum of RGB (Red+Green+Blue) = 104+180+119=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #68B477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B477 is #974B88. Grayscale: #969696. Windows color (decimal): -9915273 or 7844968. OLE color: 7844968.

HSL color Cylindrical-coordinate representation of color #68B477: hue angle of 131.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B477 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB104180119-
CMYK0.4200.340.29
HSL131.84º33.63%55.69%-
HSV(B)131.84º42.22%70.59%-
XYZ25.3636.9223.24-
YUV150.32110.3294.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.81%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=25.81%
G=44.67%
B=29.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041801190.4200.340.29131.8433.6355.69
Hex68B4772A0221D842238
Octal15026416752042352044270
Binary110100010110100111011110101001000101110110000100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,119); }

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

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

 a { background-color: rgb(104,180,119); }

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

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

 span { border-color: rgb(104,180,119); }

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