#6FAE75

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

Shades of Fern #6FAE75

Tints of Fern #6FAE75

Color information

#6FAE75 (or 0x6FAE75) is unknown color: approx Fern. HEX triplet: 6F, AE and 75. RGB value is (111,174,117). Sum of RGB (Red+Green+Blue) = 111+174+117=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAE75 is #90518A. Grayscale: #949494. Windows color (decimal): -9458059 or 7712367. OLE color: 7712367.

HSL color Cylindrical-coordinate representation of color #6FAE75: hue angle of 125.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAE75 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB111174117-
CMYK0.3600.330.32
HSL125.71º28%55.88%-
HSV(B)125.71º36.21%68.24%-
XYZ24.934.9422.26-
YUV148.66110.13101.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=27.61%
G=43.28%
B=29.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741170.3600.330.32125.712855.88
Hex6FAE7524021207e1c38
Octal15725616544041401763470
Binary11011111010111011101011001000100001100000111111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,117); }

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

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

 a { background-color: rgb(111,174,117); }

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

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

 span { border-color: rgb(111,174,117); }

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