#68AD75

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

Shades of Fern #68AD75

Tints of Fern #68AD75

Color information

#68AD75 (or 0x68AD75) is unknown color: approx Fern. HEX triplet: 68, AD and 75. RGB value is (104,173,117). Sum of RGB (Red+Green+Blue) = 104+173+117=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD75 is #97528A. Grayscale: #929292. Windows color (decimal): -9917067 or 7712104. OLE color: 7712104.

HSL color Cylindrical-coordinate representation of color #68AD75: hue angle of 131.3º 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 #68AD75 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB104173117-
CMYK0.4000.320.32
HSL131.3º29.61%54.31%-
HSV(B)131.3º39.88%67.84%-
XYZ23.8634.1122.16-
YUV145.98111.6498.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=26.40%
G=43.91%
B=29.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731170.4000.320.32131.329.6154.31
Hex68AD752802020831e36
Octal15025516550040402033666
Binary110100010101101111010110100001000001000001000001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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