#68BB71

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

Shades of Fern #68BB71

Tints of Fern #68BB71

Color information

#68BB71 (or 0x68BB71) is unknown color: approx Fern. HEX triplet: 68, BB and 71. RGB value is (104,187,113). Sum of RGB (Red+Green+Blue) = 104+187+113=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BB71 is #97448E. Grayscale: #999999. Windows color (decimal): -9913487 or 7453544. OLE color: 7453544.

HSL color Cylindrical-coordinate representation of color #68BB71: hue angle of 126.51º degrees, saturation: 0.38, 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 #68BB71 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB104187113-
CMYK0.4400.400.27
HSL126.51º37.9%57.06%-
HSV(B)126.51º44.39%73.33%-
XYZ26.4639.6821.89-
YUV153.7510592.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 187 (73.44% from 255) = 46.29%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=25.74%
G=46.29%
B=27.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041871130.4400.400.27126.5137.957.06
Hex68BB712C0281B7f2639
Octal15027316154050331774671
Binary11010001011101111100011011000101000110111111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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