#6EBA74

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

Shades of Fern #6EBA74

Tints of Fern #6EBA74

Color information

#6EBA74 (or 0x6EBA74) is unknown color: approx Fern. HEX triplet: 6E, BA and 74. RGB value is (110,186,116). Sum of RGB (Red+Green+Blue) = 110+186+116=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA74 is #91458B. Grayscale: #9B9B9B. Windows color (decimal): -9520524 or 7649902. OLE color: 7649902.

HSL color Cylindrical-coordinate representation of color #6EBA74: hue angle of 124.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBA74 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB110186116-
CMYK0.4100.380.27
HSL124.74º35.51%58.04%-
HSV(B)124.74º40.86%72.94%-
XYZ27.1439.6922.75-
YUV155.3105.8295.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.70%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=26.70%
G=45.15%
B=28.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861160.4100.380.27124.7435.5158.04
Hex6EBA74290261B7d243a
Octal15627216451046331754472
Binary11011101011101011101001010010100110110111111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,116); }

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

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

 a { background-color: rgb(110,186,116); }

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

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

 span { border-color: rgb(110,186,116); }

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