#60AD74

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

Shades of Fern #60AD74

Tints of Fern #60AD74

Color information

#60AD74 (or 0x60AD74) is unknown color: approx Fern. HEX triplet: 60, AD and 74. RGB value is (96,173,116). Sum of RGB (Red+Green+Blue) = 96+173+116=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD74 is #9F528B. Grayscale: #8F8F8F. Windows color (decimal): -10441356 or 7646560. OLE color: 7646560.

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

Color convert

RGB96173116-
CMYK0.4500.330.32
HSL135.58º31.95%52.75%-
HSV(B)135.58º44.51%67.84%-
XYZ22.9233.6321.81-
YUV143.48112.4994.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=24.94%
G=44.94%
B=30.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961731160.4500.330.32135.5831.9552.75
Hex60AD742D02120882035
Octal14025516455041402104065
Binary1100000101011011110100101101010000110000010001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,173,116); }

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

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

 a { background-color: rgb(96,173,116); }

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

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

 span { border-color: rgb(96,173,116); }

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