#68BD7D

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

Shades of Fern #68BD7D

Tints of Fern #68BD7D

Color information

#68BD7D (or 0x68BD7D) is unknown color: approx Fern. HEX triplet: 68, BD and 7D. RGB value is (104,189,125). Sum of RGB (Red+Green+Blue) = 104+189+125=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD7D is #974282. Grayscale: #9C9C9C. Windows color (decimal): -9912963 or 8240488. OLE color: 8240488.

HSL color Cylindrical-coordinate representation of color #68BD7D: hue angle of 134.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD7D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB104189125-
CMYK0.4500.340.26
HSL134.82º39.17%57.45%-
HSV(B)134.82º44.97%74.12%-
XYZ27.6140.8225.83-
YUV156.29110.3490.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=24.88%
G=45.22%
B=29.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041891250.4500.340.26134.8239.1757.45
Hex68BD7D2D0221A872739
Octal15027517555042322074771
Binary110100010111101111110110110101000101101010000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,189,125); }

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

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

 a { background-color: rgb(104,189,125); }

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

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

 span { border-color: rgb(104,189,125); }

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