#6FAF74

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

Shades of Fern #6FAF74

Tints of Fern #6FAF74

Color information

#6FAF74 (or 0x6FAF74) is unknown color: approx Fern. HEX triplet: 6F, AF and 74. RGB value is (111,175,116). Sum of RGB (Red+Green+Blue) = 111+175+116=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF74 is #90508B. Grayscale: #959595. Windows color (decimal): -9457804 or 7647087. OLE color: 7647087.

HSL color Cylindrical-coordinate representation of color #6FAF74: hue angle of 124.69º 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 #6FAF74 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB111175116-
CMYK0.3700.340.31
HSL124.69º28.57%56.08%-
HSV(B)124.69º36.57%68.63%-
XYZ25.0435.322.02-
YUV149.14109.3100.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=27.61%
G=43.53%
B=28.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751160.3700.340.31124.6928.5756.08
Hex6FAF74250221F7d1d38
Octal15725716445042371753570
Binary1101111101011111110100100101010001011111111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,175,116); }

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

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

 a { background-color: rgb(111,175,116); }

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

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

 span { border-color: rgb(111,175,116); }

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