#68BC7D

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

Shades of Fern #68BC7D

Tints of Fern #68BC7D

Color information

#68BC7D (or 0x68BC7D) is unknown color: approx Fern. HEX triplet: 68, BC and 7D. RGB value is (104,188,125). Sum of RGB (Red+Green+Blue) = 104+188+125=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC7D is #974382. Grayscale: #9B9B9B. Windows color (decimal): -9913219 or 8240232. OLE color: 8240232.

HSL color Cylindrical-coordinate representation of color #68BC7D: hue angle of 135º 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 #68BC7D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB104188125-
CMYK0.4500.340.26
HSL135º38.53%57.25%-
HSV(B)135º44.68%73.73%-
XYZ27.3940.3925.75-
YUV155.7110.6791.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=24.94%
G=45.08%
B=29.98%

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
Decimal1041881250.4500.340.2613538.5357.25
Hex68BC7D2D0221A872739
Octal15027417555042322074771
Binary110100010111100111110110110101000101101010000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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