#68B97D

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

Shades of Fern #68B97D

Tints of Fern #68B97D

Color information

#68B97D (or 0x68B97D) is unknown color: approx Fern. HEX triplet: 68, B9 and 7D. RGB value is (104,185,125). Sum of RGB (Red+Green+Blue) = 104+185+125=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #68B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B97D is #974682. Grayscale: #9A9A9A. Windows color (decimal): -9913987 or 8239464. OLE color: 8239464.

HSL color Cylindrical-coordinate representation of color #68B97D: hue angle of 135.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B97D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB104185125-
CMYK0.4400.320.27
HSL135.56º36.65%56.67%-
HSV(B)135.56º43.78%72.55%-
XYZ26.7639.1225.54-
YUV153.94111.6692.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=25.12%
G=44.69%
B=30.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041851250.4400.320.27135.5636.6556.67
Hex68B97D2C0201B882539
Octal15027117554040332104571
Binary110100010111001111110110110001000001101110001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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