#6FA570

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

Shades of Fern #6FA570

Tints of Fern #6FA570

Color information

#6FA570 (or 0x6FA570) is unknown color: approx Fern. HEX triplet: 6F, A5 and 70. RGB value is (111,165,112). Sum of RGB (Red+Green+Blue) = 111+165+112=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA570 is #905A8F. Grayscale: #8E8E8E. Windows color (decimal): -9460368 or 7382383. OLE color: 7382383.

HSL color Cylindrical-coordinate representation of color #6FA570: hue angle of 121.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA570 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB111165112-
CMYK0.3300.320.35
HSL121.11º23.08%54.12%-
HSV(B)121.11º32.73%64.71%-
XYZ22.9431.4620.19-
YUV142.81110.61105.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=28.61%
G=42.53%
B=28.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111651120.3300.320.35121.1123.0854.12
Hex6FA5702102023791736
Octal15724516041040431712766
Binary11011111010010111100001000010100000100011111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,165,112); }

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

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

 a { background-color: rgb(111,165,112); }

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

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

 span { border-color: rgb(111,165,112); }

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