#68B37A

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

Shades of Fern #68B37A

Tints of Fern #68B37A

Color information

#68B37A (or 0x68B37A) is unknown color: approx Fern. HEX triplet: 68, B3 and 7A. RGB value is (104,179,122). Sum of RGB (Red+Green+Blue) = 104+179+122=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #68B37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B37A is #974C85. Grayscale: #969696. Windows color (decimal): -9915526 or 8041320. OLE color: 8041320.

HSL color Cylindrical-coordinate representation of color #68B37A: hue angle of 134.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B37A is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB104179122-
CMYK0.4200.320.30
HSL134.4º33.04%55.49%-
HSV(B)134.4º41.9%70.2%-
XYZ25.3436.5924.14-
YUV150.08112.1595.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 179 (70.31% from 255) = 44.20%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=25.68%
G=44.20%
B=30.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041791220.4200.320.30134.433.0455.49
Hex68B37A2A0201E862137
Octal15026317252040362064167
Binary110100010110011111101010101001000001111010000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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