#68BD7C

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

Shades of Fern #68BD7C

Tints of Fern #68BD7C

Color information

#68BD7C (or 0x68BD7C) is unknown color: approx Fern. HEX triplet: 68, BD and 7C. RGB value is (104,189,124). Sum of RGB (Red+Green+Blue) = 104+189+124=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD7C is #974283. Grayscale: #9C9C9C. Windows color (decimal): -9912964 or 8174952. OLE color: 8174952.

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

Color convert

RGB104189124-
CMYK0.4500.340.26
HSL134.12º39.17%57.45%-
HSV(B)134.12º44.97%74.12%-
XYZ27.5440.7925.49-
YUV156.17109.8490.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=24.94%
G=45.32%
B=29.74%

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
Decimal1041891240.4500.340.26134.1239.1757.45
Hex68BD7C2D0221A862739
Octal15027517455042322064771
Binary110100010111101111110010110101000101101010000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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