#61A971

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

Shades of Fern #61A971

Tints of Fern #61A971

Color information

#61A971 (or 0x61A971) is unknown color: approx Fern. HEX triplet: 61, A9 and 71. RGB value is (97,169,113). Sum of RGB (Red+Green+Blue) = 97+169+113=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #61A971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A971 is #9E568E. Grayscale: #8D8D8D. Windows color (decimal): -10376847 or 7448929. OLE color: 7448929.

HSL color Cylindrical-coordinate representation of color #61A971: hue angle of 133.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A971 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB97169113-
CMYK0.4300.330.34
HSL133.33º29.51%52.16%-
HSV(B)133.33º42.6%66.27%-
XYZ22.132.1120.66-
YUV141.09112.1596.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=25.59%
G=44.59%
B=29.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691130.4300.330.34133.3329.5152.16
Hex61A9712B02122851e34
Octal14125116153041422053664
Binary110000110101001111000110101101000011000101000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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