Html Css Color HEX #61AB74 Fern

📋 copy color: '#61AB74'

red 97 ◦ green 171 ◦ blue 116

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

Shades of Fern #61AB74

Tints of Fern #61AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

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

R = 25.26%
G = 44.53%
B = 30.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#61AB74 (or 0x61AB74) is known color: Fern. HEX triplet: 61, AB and 74. RGB value is (97,171,116). Sum of RGB (Red+Green+Blue) = 97+171+116=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB74 is #9E548B. Grayscale: #8E8E8E. Windows color (decimal): -10376332 or 7646049. OLE color: 7646049.

HSL color Cylindrical-coordinate representation of color #61AB74: hue angle of 135.41º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AB74 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 171 116 -
CMYK 0.43 0 0.32 0.33
HSL 135.41º 0.31% 0.53% -
HSV(B) 135.41º 0.43% 0.67% -
XYZ 22.65 32.93 21.69 -
YUV 142.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 97 171 116 0.43 0 0.32 0.33 135.41 0.31 0.53
Hex 61 AB 74 2B 0 20 21 87 1F 35
Octal 141 253 164 53 0 40 41 207 37 65
Binary 1100001 10101011 1110100 101011 0 100000 100001 10000111 11111 110101

Color Harmonies of #61AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB74

Black with #61AB74

Text Example


Text Example

White with #61AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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