#6EB268

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

Shades of Fern #6EB268

Tints of Fern #6EB268

Color information

#6EB268 (or 0x6EB268) is unknown color: approx Fern. HEX triplet: 6E, B2 and 68. RGB value is (110,178,104). Sum of RGB (Red+Green+Blue) = 110+178+104=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #6EB268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB268 is #914D97. Grayscale: #959595. Windows color (decimal): -9522584 or 6861422. OLE color: 6861422.

HSL color Cylindrical-coordinate representation of color #6EB268: hue angle of 115.14º 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 #6EB268 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB110178104-
CMYK0.3800.420.30
HSL115.14º32.46%55.29%-
HSV(B)115.14º41.57%69.8%-
XYZ24.8536.1618.77-
YUV149.23102.47100.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.06%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=28.06%
G=45.41%
B=26.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1101781040.3800.420.30115.1432.4655.29
Hex6EB2682602A1E732037
Octal15626215046052361634067
Binary11011101011001011010001001100101010111101110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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