Html Css Color HEX #60AD70 Fern

📋 copy color: '#60AD70'

red 96 ◦ green 173 ◦ blue 112

#60AD70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #60AD70

Tints of Fern #60AD70

RGB

 RED value IS 96 (37.89% from 255) = 25.2%

 GREEN value IS 173 (67.97% from 255) = 45.41%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 25.2%
G = 45.41%
B = 29.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#60AD70 (or 0x60AD70) is known color: Fern. HEX triplet: 60, AD and 70. RGB value is (96,173,112). Sum of RGB (Red+Green+Blue) = 96+173+112=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD70 is #9F528F. Grayscale: #8F8F8F. Windows color (decimal): -10441360 or 7384416. OLE color: 7384416.

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

Color convert

RGB 96 173 112 -
CMYK 0.45 0 0.35 0.32
HSL 132.47º 0.32% 0.53% -
HSV(B) 132.47º 0.45% 0.68% -
XYZ 22.69 33.54 20.61 -
YUV 143.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 96 173 112 0.45 0 0.35 0.32 132.47 0.32 0.53
Hex 60 AD 70 2D 0 23 20 84 20 35
Octal 140 255 160 55 0 43 40 204 40 65
Binary 1100000 10101101 1110000 101101 0 100011 100000 10000100 100000 110101

Color Harmonies of #60AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AD70

Black with #60AD70

Text Example


Text Example

White with #60AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60AD70;
 }
 .AnyTagClassName
 {
   color: #60AD70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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