#68B27A

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

Shades of Fern #68B27A

Tints of Fern #68B27A

Color information

#68B27A (or 0x68B27A) is unknown color: approx Fern. HEX triplet: 68, B2 and 7A. RGB value is (104,178,122). Sum of RGB (Red+Green+Blue) = 104+178+122=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #68B27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B27A is #974D85. Grayscale: #959595. Windows color (decimal): -9915782 or 8041064. OLE color: 8041064.

HSL color Cylindrical-coordinate representation of color #68B27A: hue angle of 134.59º degrees, saturation: 0.32, 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 #68B27A is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB104178122-
CMYK0.4200.310.30
HSL134.59º32.46%55.29%-
HSV(B)134.59º41.57%69.8%-
XYZ25.1436.1924.07-
YUV149.49112.4895.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=25.74%
G=44.06%
B=30.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041781220.4200.310.30134.5932.4655.29
Hex68B27A2A01F1E872037
Octal15026217252037362074067
Binary11010001011001011110101010100111111111010000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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