#6EB076

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

Shades of Fern #6EB076

Tints of Fern #6EB076

Color information

#6EB076 (or 0x6EB076) is unknown color: approx Fern. HEX triplet: 6E, B0 and 76. RGB value is (110,176,118). Sum of RGB (Red+Green+Blue) = 110+176+118=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB076 is #914F89. Grayscale: #959595. Windows color (decimal): -9523082 or 7778414. OLE color: 7778414.

HSL color Cylindrical-coordinate representation of color #6EB076: hue angle of 127.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB076 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB110176118-
CMYK0.3700.330.31
HSL127.27º29.46%56.08%-
HSV(B)127.27º37.5%69.02%-
XYZ25.2335.6722.7-
YUV149.65110.1399.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=27.23%
G=43.56%
B=29.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101761180.3700.330.31127.2729.4656.08
Hex6EB076250211F7f1d38
Octal15626016645041371773570
Binary1101110101100001110110100101010000111111111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EB076; }

 p { color: rgb(110,176,118); }

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

<style>
 a { background-color: #6EB076; }

 a { background-color: rgb(110,176,118); }

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

<style>
 span { border-color: #6EB076; }

 span { border-color: rgb(110,176,118); }

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