#6EBA70

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

Shades of Fern #6EBA70

Tints of Fern #6EBA70

Color information

#6EBA70 (or 0x6EBA70) is unknown color: approx Fern. HEX triplet: 6E, BA and 70. RGB value is (110,186,112). Sum of RGB (Red+Green+Blue) = 110+186+112=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EBA70 is #91458F. Grayscale: #9B9B9B. Windows color (decimal): -9520528 or 7387758. OLE color: 7387758.

HSL color Cylindrical-coordinate representation of color #6EBA70: hue angle of 121.58º 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 #6EBA70 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB110186112-
CMYK0.4100.400.27
HSL121.58º35.51%58.04%-
HSV(B)121.58º40.86%72.94%-
XYZ26.9139.621.55-
YUV154.84103.8296.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=26.96%
G=45.59%
B=27.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861120.4100.400.27121.5835.5158.04
Hex6EBA70290281B7a243a
Octal15627216051050331724472
Binary11011101011101011100001010010101000110111111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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