#68BB74

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

Shades of Fern #68BB74

Tints of Fern #68BB74

Color information

#68BB74 (or 0x68BB74) is unknown color: approx Fern. HEX triplet: 68, BB and 74. RGB value is (104,187,116). Sum of RGB (Red+Green+Blue) = 104+187+116=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BB74 is #97448B. Grayscale: #9A9A9A. Windows color (decimal): -9913484 or 7650152. OLE color: 7650152.

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

Color convert

RGB104187116-
CMYK0.4400.380.27
HSL128.67º37.9%57.06%-
HSV(B)128.67º44.39%73.33%-
XYZ26.6339.7422.79-
YUV154.09106.592.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 187 (73.44% from 255) = 45.95%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=25.55%
G=45.95%
B=28.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041871160.4400.380.27128.6737.957.06
Hex68BB742C0261B812639
Octal15027316454046332014671
Binary110100010111011111010010110001001101101110000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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