Html Css Color HEX #61AD74 Fern

📋 copy color: '#61AD74'

red 97 ◦ green 173 ◦ blue 116

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

Shades of Fern #61AD74

Tints of Fern #61AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 25.13%
G = 44.82%
B = 30.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#61AD74 (or 0x61AD74) is known color: Fern. HEX triplet: 61, AD and 74. RGB value is (97,173,116). Sum of RGB (Red+Green+Blue) = 97+173+116=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD74 is #9E528B. Grayscale: #8F8F8F. Windows color (decimal): -10375820 or 7646561. OLE color: 7646561.

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

Color convert

RGB 97 173 116 -
CMYK 0.44 0 0.33 0.32
HSL 135º 0.32% 0.53% -
HSV(B) 135º 0.44% 0.68% -
XYZ 23.03 33.69 21.81 -
YUV 143.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 97 173 116 0.44 0 0.33 0.32 135 0.32 0.53
Hex 61 AD 74 2C 0 21 20 87 20 35
Octal 141 255 164 54 0 41 40 207 40 65
Binary 1100001 10101101 1110100 101100 0 100001 100000 10000111 100000 110101

Color Harmonies of #61AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AD74

Black with #61AD74

Text Example


Text Example

White with #61AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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