#68C07A

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

Shades of Fern #68C07A

Tints of Fern #68C07A

Color information

#68C07A (or 0x68C07A) is unknown color: approx Fern. HEX triplet: 68, C0 and 7A. RGB value is (104,192,122). Sum of RGB (Red+Green+Blue) = 104+192+122=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #68C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C07A is #973F85. Grayscale: #9D9D9D. Windows color (decimal): -9912198 or 8044648. OLE color: 8044648.

HSL color Cylindrical-coordinate representation of color #68C07A: hue angle of 132.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C07A is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB104192122-
CMYK0.4600.360.25
HSL132.27º41.12%58.04%-
HSV(B)132.27º45.83%75.29%-
XYZ28.0742.0525.05-
YUV157.71107.8589.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=24.88%
G=45.93%
B=29.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041921220.4600.360.25132.2741.1258.04
Hex68C07A2E0241984293a
Octal15030017256044312045172
Binary110100011000000111101010111001001001100110000100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,192,122); }

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

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

 a { background-color: rgb(104,192,122); }

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

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

 span { border-color: rgb(104,192,122); }

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