#68AD70

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

Shades of Fern #68AD70

Tints of Fern #68AD70

Color information

#68AD70 (or 0x68AD70) is unknown color: approx Fern. HEX triplet: 68, AD and 70. RGB value is (104,173,112). Sum of RGB (Red+Green+Blue) = 104+173+112=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD70 is #97528F. Grayscale: #919191. Windows color (decimal): -9917072 or 7384424. OLE color: 7384424.

HSL color Cylindrical-coordinate representation of color #68AD70: hue angle of 126.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD70 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB104173112-
CMYK0.4000.350.32
HSL126.96º29.61%54.31%-
HSV(B)126.96º39.88%67.84%-
XYZ23.583420.65-
YUV145.42109.1498.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=26.74%
G=44.47%
B=28.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731120.4000.350.32126.9629.6154.31
Hex68AD7028023207f1e36
Octal15025516050043401773666
Binary11010001010110111100001010000100011100000111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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