#6EB077

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

Shades of Fern #6EB077

Tints of Fern #6EB077

Color information

#6EB077 (or 0x6EB077) is unknown color: approx Fern. HEX triplet: 6E, B0 and 77. RGB value is (110,176,119). Sum of RGB (Red+Green+Blue) = 110+176+119=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB077 is #914F88. Grayscale: #959595. Windows color (decimal): -9523081 or 7843950. OLE color: 7843950.

HSL color Cylindrical-coordinate representation of color #6EB077: hue angle of 128.18º 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 #6EB077 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB110176119-
CMYK0.3700.320.31
HSL128.18º29.46%56.08%-
HSV(B)128.18º37.5%69.02%-
XYZ25.2935.723.01-
YUV149.77110.6399.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.16%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=27.16%
G=43.46%
B=29.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101761190.3700.320.31128.1829.4656.08
Hex6EB077250201F801d38
Octal15626016745040372003570
Binary11011101011000011101111001010100000111111000000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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