#61B271

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

Shades of Fern #61B271

Tints of Fern #61B271

Color information

#61B271 (or 0x61B271) is unknown color: approx Fern. HEX triplet: 61, B2 and 71. RGB value is (97,178,113). Sum of RGB (Red+Green+Blue) = 97+178+113=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #61B271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B271 is #9E4D8E. Grayscale: #929292. Windows color (decimal): -10374543 or 7451233. OLE color: 7451233.

HSL color Cylindrical-coordinate representation of color #61B271: hue angle of 131.85º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B271 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB97178113-
CMYK0.4600.370.30
HSL131.85º34.47%53.92%-
HSV(B)131.85º45.51%69.8%-
XYZ23.8335.5721.23-
YUV146.37109.1692.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=25%
G=45.88%
B=29.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971781130.4600.370.30131.8534.4753.92
Hex61B2712E0251E842236
Octal14126216156045362044266
Binary110000110110010111000110111001001011111010000100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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