#5FB168

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

Shades of Fern #5FB168

Tints of Fern #5FB168

Color information

#5FB168 (or 0x5FB168) is unknown color: approx Fern. HEX triplet: 5F, B1 and 68. RGB value is (95,177,104). Sum of RGB (Red+Green+Blue) = 95+177+104=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB168 is #A04E97. Grayscale: #909090. Windows color (decimal): -10505880 or 6861151. OLE color: 6861151.

HSL color Cylindrical-coordinate representation of color #5FB168: hue angle of 126.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB168 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB95177104-
CMYK0.4600.410.31
HSL126.59º34.45%53.33%-
HSV(B)126.59º46.33%69.41%-
XYZ22.9434.8818.62-
YUV144.16105.3392.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 177 (69.53% from 255) = 47.07%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=25.27%
G=47.07%
B=27.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771040.4600.410.31126.5934.4553.33
Hex5FB1682E0291F7f2235
Octal13726115056051371774265
Binary10111111011000111010001011100101001111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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