#6FAF75

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

Shades of Fern #6FAF75

Tints of Fern #6FAF75

Color information

#6FAF75 (or 0x6FAF75) is unknown color: approx Fern. HEX triplet: 6F, AF and 75. RGB value is (111,175,117). Sum of RGB (Red+Green+Blue) = 111+175+117=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF75 is #90508A. Grayscale: #959595. Windows color (decimal): -9457803 or 7712623. OLE color: 7712623.

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

Color convert

RGB111175117-
CMYK0.3700.330.31
HSL125.62º28.57%56.08%-
HSV(B)125.62º36.57%68.63%-
XYZ25.135.3222.33-
YUV149.25109.8100.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=27.54%
G=43.42%
B=29.03%

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
Decimal1111751170.3700.330.31125.6228.5756.08
Hex6FAF75250211F7e1d38
Octal15725716545041371763570
Binary1101111101011111110101100101010000111111111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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