#5FAD68

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

Shades of Fern #5FAD68

Tints of Fern #5FAD68

Color information

#5FAD68 (or 0x5FAD68) is unknown color: approx Fern. HEX triplet: 5F, AD and 68. RGB value is (95,173,104). Sum of RGB (Red+Green+Blue) = 95+173+104=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD68 is #A05297. Grayscale: #8E8E8E. Windows color (decimal): -10506904 or 6860127. OLE color: 6860127.

HSL color Cylindrical-coordinate representation of color #5FAD68: hue angle of 126.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD68 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB95173104-
CMYK0.4500.400.32
HSL126.92º32.23%52.55%-
HSV(B)126.92º45.09%67.84%-
XYZ22.1633.3218.36-
YUV141.81106.6694.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=25.54%
G=46.51%
B=27.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731040.4500.400.32126.9232.2352.55
Hex5FAD682D028207f2035
Octal13725515055050401774065
Binary101111110101101110100010110101010001000001111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAD68; }

 p { color: rgb(95,173,104); }

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

<style>
 a { background-color: #5FAD68; }

 a { background-color: rgb(95,173,104); }

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

<style>
 span { border-color: #5FAD68; }

 span { border-color: rgb(95,173,104); }

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