#61b05a

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

Shades of Fern #61B05A

Tints of Fern #61B05A

Color information

#61B05A (or 0x61B05A) is unknown color: approx Fern. HEX triplet: 61, B0 and 5A. RGB value is (97,176,90). Sum of RGB (Red+Green+Blue) = 97+176+90=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #61B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B05A is #9E4FA5. Grayscale: #8E8E8E. Windows color (decimal): -10375078 or 5943393. OLE color: 5943393.

HSL color Cylindrical-coordinate representation of color #61B05A: hue angle of 115.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61B05A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB9717690-
CMYK0.4500.490.31
HSL115.12º35.25%52.16%-
HSV(B)115.12º48.86%69.02%-
XYZ22.334.3315.12-
YUV142.5798.3395.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=26.72%
G=48.48%
B=24.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97176900.4500.490.31115.1235.2552.16
Hex61B05A2D0311F732334
Octal14126013255061371634364
Binary11000011011000010110101011010110001111111110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61b05a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,90); }

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

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

 a { background-color: rgb(97,176,90); }

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

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

 span { border-color: rgb(97,176,90); }

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