#5FA968

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

Shades of Fern #5FA968

Tints of Fern #5FA968

Color information

#5FA968 (or 0x5FA968) is unknown color: approx Fern. HEX triplet: 5F, A9 and 68. RGB value is (95,169,104). Sum of RGB (Red+Green+Blue) = 95+169+104=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA968 is #A05697. Grayscale: #8B8B8B. Windows color (decimal): -10507928 or 6859103. OLE color: 6859103.

HSL color Cylindrical-coordinate representation of color #5FA968: hue angle of 127.3º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA968 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB95169104-
CMYK0.4400.380.34
HSL127.3º30.08%51.76%-
HSV(B)127.3º43.79%66.27%-
XYZ21.4131.8118.11-
YUV139.46107.9896.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 169 (66.41% from 255) = 45.92%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=25.82%
G=45.92%
B=28.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691040.4400.380.34127.330.0851.76
Hex5FA9682C026227f1e34
Octal13725115054046421773664
Binary10111111010100111010001011000100110100010111111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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