Html Css Color HEX #61AD71 Fern

📋 copy color: '#61AD71'

red 97 ◦ green 173 ◦ blue 113

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

Shades of Fern #61AD71

Tints of Fern #61AD71

RGB

 RED value IS 97 (38.28% from 255) = 25.33%

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

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 25.33%
G = 45.17%
B = 29.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#61AD71 (or 0x61AD71) is known color: Fern. HEX triplet: 61, AD and 71. RGB value is (97,173,113). Sum of RGB (Red+Green+Blue) = 97+173+113=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD71 is #9E528E. Grayscale: #8F8F8F. Windows color (decimal): -10375823 or 7449953. OLE color: 7449953.

HSL color Cylindrical-coordinate representation of color #61AD71: hue angle of 132.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AD71 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 173 113 -
CMYK 0.44 0 0.35 0.32
HSL 132.63º 0.32% 0.53% -
HSV(B) 132.63º 0.44% 0.68% -
XYZ 22.85 33.62 20.91 -
YUV 143.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 97 173 113 0.44 0 0.35 0.32 132.63 0.32 0.53
Hex 61 AD 71 2C 0 23 20 85 20 35
Octal 141 255 161 54 0 43 40 205 40 65
Binary 1100001 10101101 1110001 101100 0 100011 100000 10000101 100000 110101

Color Harmonies of #61AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AD71

Black with #61AD71

Text Example


Text Example

White with #61AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61AD71; }

 p { color: rgb(97,173,113); }

 H1.HeaderClassName
 {
   color: #61AD71;
 }
 .AnyTagClassName
 {
   color: #61AD71;
 }
</style>

background-color css

<style>
 a { background-color: #61AD71; }

 a { background-color: rgb(97,173,113); }

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

border-color css

<style>
 span { border-color: #61AD71; }

 span { border-color: rgb(97,173,113); }

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