#68B575

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

Shades of Fern #68B575

Tints of Fern #68B575

Color information

#68B575 (or 0x68B575) is unknown color: approx Fern. HEX triplet: 68, B5 and 75. RGB value is (104,181,117). Sum of RGB (Red+Green+Blue) = 104+181+117=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #68B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B575 is #974A8A. Grayscale: #969696. Windows color (decimal): -9915019 or 7714152. OLE color: 7714152.

HSL color Cylindrical-coordinate representation of color #68B575: hue angle of 130.13º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B575 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB104181117-
CMYK0.4300.350.29
HSL130.13º34.22%55.88%-
HSV(B)130.13º42.54%70.98%-
XYZ25.4437.2822.68-
YUV150.68108.9994.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=25.87%
G=45.02%
B=29.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041811170.4300.350.29130.1334.2255.88
Hex68B5752B0231D822238
Octal15026516553043352024270
Binary110100010110101111010110101101000111110110000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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