#68BA74

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

Shades of Fern #68BA74

Tints of Fern #68BA74

Color information

#68BA74 (or 0x68BA74) is unknown color: approx Fern. HEX triplet: 68, BA and 74. RGB value is (104,186,116). Sum of RGB (Red+Green+Blue) = 104+186+116=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA74 is #97458B. Grayscale: #999999. Windows color (decimal): -9913740 or 7649896. OLE color: 7649896.

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

Color convert

RGB104186116-
CMYK0.4400.380.27
HSL128.78º37.27%56.86%-
HSV(B)128.78º44.09%72.94%-
XYZ26.4239.3222.72-
YUV153.5106.8392.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=25.62%
G=45.81%
B=28.57%

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
Decimal1041861160.4400.380.27128.7837.2756.86
Hex68BA742C0261B812539
Octal15027216454046332014571
Binary110100010111010111010010110001001101101110000001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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