#68BA78

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

Shades of Fern #68BA78

Tints of Fern #68BA78

Color information

#68BA78 (or 0x68BA78) is unknown color: approx Fern. HEX triplet: 68, BA and 78. RGB value is (104,186,120). Sum of RGB (Red+Green+Blue) = 104+186+120=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA78 is #974587. Grayscale: #9A9A9A. Windows color (decimal): -9913736 or 7912040. OLE color: 7912040.

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

Color convert

RGB104186120-
CMYK0.4400.350.27
HSL131.71º37.27%56.86%-
HSV(B)131.71º44.09%72.94%-
XYZ26.6639.4223.97-
YUV153.96108.8392.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=25.37%
G=45.37%
B=29.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861200.4400.350.27131.7137.2756.86
Hex68BA782C0231B842539
Octal15027217054043332044571
Binary110100010111010111100010110001000111101110000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,120); }

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

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

 a { background-color: rgb(104,186,120); }

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

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

 span { border-color: rgb(104,186,120); }

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