#6EAF75

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

Shades of Fern #6EAF75

Tints of Fern #6EAF75

Color information

#6EAF75 (or 0x6EAF75) is unknown color: approx Fern. HEX triplet: 6E, AF and 75. RGB value is (110,175,117). Sum of RGB (Red+Green+Blue) = 110+175+117=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAF75 is #91508A. Grayscale: #959595. Windows color (decimal): -9523339 or 7712622. OLE color: 7712622.

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

Color convert

RGB110175117-
CMYK0.3700.330.31
HSL126.46º28.89%55.88%-
HSV(B)126.46º37.14%68.63%-
XYZ24.9735.2622.32-
YUV148.95109.97100.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.36%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=27.36%
G=43.53%
B=29.10%

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
Decimal1101751170.3700.330.31126.4628.8955.88
Hex6EAF75250211F7e1d38
Octal15625716545041371763570
Binary1101110101011111110101100101010000111111111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,117); }

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

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

 a { background-color: rgb(110,175,117); }

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

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

 span { border-color: rgb(110,175,117); }

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