#5FAA69

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

Shades of Fern #5FAA69

Tints of Fern #5FAA69

Color information

#5FAA69 (or 0x5FAA69) is unknown color: approx Fern. HEX triplet: 5F, AA and 69. RGB value is (95,170,105). Sum of RGB (Red+Green+Blue) = 95+170+105=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA69 is #A05596. Grayscale: #8C8C8C. Windows color (decimal): -10507671 or 6924895. OLE color: 6924895.

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

Color convert

RGB95170105-
CMYK0.4400.380.33
HSL128º30.61%51.96%-
HSV(B)128º44.12%66.67%-
XYZ21.6432.218.44-
YUV140.16108.1595.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=25.68%
G=45.95%
B=28.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951701050.4400.380.3312830.6151.96
Hex5FAA692C02621801f34
Octal13725215154046412003764
Binary101111110101010110100110110001001101000011000000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,105); }

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

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

 a { background-color: rgb(95,170,105); }

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

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

 span { border-color: rgb(95,170,105); }

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