#5FAD67

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

Shades of Fern #5FAD67

Tints of Fern #5FAD67

Color information

#5FAD67 (or 0x5FAD67) is unknown color: approx Fern. HEX triplet: 5F, AD and 67. RGB value is (95,173,103). Sum of RGB (Red+Green+Blue) = 95+173+103=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD67 is #A05298. Grayscale: #8D8D8D. Windows color (decimal): -10506905 or 6794591. OLE color: 6794591.

HSL color Cylindrical-coordinate representation of color #5FAD67: hue angle of 126.15º 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 #5FAD67 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB95173103-
CMYK0.4500.400.32
HSL126.15º32.23%52.55%-
HSV(B)126.15º45.09%67.84%-
XYZ22.1133.318.09-
YUV141.7106.1694.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=25.61%
G=46.63%
B=27.76%

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
Decimal951731030.4500.400.32126.1532.2352.55
Hex5FAD672D028207e2035
Octal13725514755050401764065
Binary101111110101101110011110110101010001000001111110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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