#68B47A

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

Shades of Fern #68B47A

Tints of Fern #68B47A

Color information

#68B47A (or 0x68B47A) is unknown color: approx Fern. HEX triplet: 68, B4 and 7A. RGB value is (104,180,122). Sum of RGB (Red+Green+Blue) = 104+180+122=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #68B47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B47A is #974B85. Grayscale: #969696. Windows color (decimal): -9915270 or 8041576. OLE color: 8041576.

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

Color convert

RGB104180122-
CMYK0.4200.320.29
HSL134.21º33.63%55.69%-
HSV(B)134.21º42.22%70.59%-
XYZ25.5436.9924.21-
YUV150.66111.8294.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=25.62%
G=44.33%
B=30.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041801220.4200.320.29134.2133.6355.69
Hex68B47A2A0201D862238
Octal15026417252040352064270
Binary110100010110100111101010101001000001110110000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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