#68AA70

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

Shades of Fern #68AA70

Tints of Fern #68AA70

Color information

#68AA70 (or 0x68AA70) is unknown color: approx Fern. HEX triplet: 68, AA and 70. RGB value is (104,170,112). Sum of RGB (Red+Green+Blue) = 104+170+112=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA70 is #97558F. Grayscale: #8F8F8F. Windows color (decimal): -9917840 or 7383656. OLE color: 7383656.

HSL color Cylindrical-coordinate representation of color #68AA70: hue angle of 127.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA70 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB104170112-
CMYK0.3900.340.33
HSL127.27º27.97%53.73%-
HSV(B)127.27º38.82%66.67%-
XYZ23.0132.8620.46-
YUV143.65110.1399.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=26.94%
G=44.04%
B=29.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701120.3900.340.33127.2727.9753.73
Hex68AA7027022217f1c36
Octal15025216047042411773466
Binary11010001010101011100001001110100010100001111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,112); }

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

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

 a { background-color: rgb(104,170,112); }

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

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

 span { border-color: rgb(104,170,112); }

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