#60AF71

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

Shades of Fern #60AF71

Tints of Fern #60AF71

Color information

#60AF71 (or 0x60AF71) is unknown color: approx Fern. HEX triplet: 60, AF and 71. RGB value is (96,175,113). Sum of RGB (Red+Green+Blue) = 96+175+113=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF71 is #9F508E. Grayscale: #909090. Windows color (decimal): -10440847 or 7450464. OLE color: 7450464.

HSL color Cylindrical-coordinate representation of color #60AF71: hue angle of 132.91º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF71 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB96175113-
CMYK0.4500.350.31
HSL132.91º33.05%53.14%-
HSV(B)132.91º45.14%68.63%-
XYZ23.1334.3421.03-
YUV144.31110.3393.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=25%
G=45.57%
B=29.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751130.4500.350.31132.9133.0553.14
Hex60AF712D0231F852135
Octal14025716155043372054165
Binary110000010101111111000110110101000111111110000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AF71; }

 p { color: rgb(96,175,113); }

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

<style>
 a { background-color: #60AF71; }

 a { background-color: rgb(96,175,113); }

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

<style>
 span { border-color: #60AF71; }

 span { border-color: rgb(96,175,113); }

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