#5FAC68

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

Shades of Fern #5FAC68

Tints of Fern #5FAC68

Color information

#5FAC68 (or 0x5FAC68) is unknown color: approx Fern. HEX triplet: 5F, AC and 68. RGB value is (95,172,104). Sum of RGB (Red+Green+Blue) = 95+172+104=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC68 is #A05397. Grayscale: #8D8D8D. Windows color (decimal): -10507160 or 6859871. OLE color: 6859871.

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

Color convert

RGB95172104-
CMYK0.4500.400.33
HSL127.01º31.69%52.35%-
HSV(B)127.01º44.77%67.45%-
XYZ21.9732.9418.3-
YUV141.22106.9995.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=25.61%
G=46.36%
B=28.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951721040.4500.400.33127.0131.6952.35
Hex5FAC682D028217f2034
Octal13725415055050411774064
Binary101111110101100110100010110101010001000011111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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