#60AF6F

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

Shades of Fern #60AF6F

Tints of Fern #60AF6F

Color information

#60AF6F (or 0x60AF6F) is unknown color: approx Fern. HEX triplet: 60, AF and 6F. RGB value is (96,175,111). Sum of RGB (Red+Green+Blue) = 96+175+111=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF6F is #9F5090. Grayscale: #909090. Windows color (decimal): -10440849 or 7319392. OLE color: 7319392.

HSL color Cylindrical-coordinate representation of color #60AF6F: hue angle of 131.39º 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 #60AF6F is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB96175111-
CMYK0.4500.370.31
HSL131.39º33.05%53.14%-
HSV(B)131.39º45.14%68.63%-
XYZ23.0234.2920.44-
YUV144.08109.3393.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=25.13%
G=45.81%
B=29.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751110.4500.370.31131.3933.0553.14
Hex60AF6F2D0251F832135
Octal14025715755045372034165
Binary110000010101111110111110110101001011111110000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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