#61B47A

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

Shades of Fern #61B47A

Tints of Fern #61B47A

Color information

#61B47A (or 0x61B47A) is unknown color: approx Fern. HEX triplet: 61, B4 and 7A. RGB value is (97,180,122). Sum of RGB (Red+Green+Blue) = 97+180+122=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #61B47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B47A is #9E4B85. Grayscale: #949494. Windows color (decimal): -10374022 or 8041569. OLE color: 8041569.

HSL color Cylindrical-coordinate representation of color #61B47A: hue angle of 138.07º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B47A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB97180122-
CMYK0.4600.320.29
HSL138.07º35.62%54.31%-
HSV(B)138.07º46.11%70.59%-
XYZ24.7636.5924.17-
YUV148.5711391.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=24.31%
G=45.11%
B=30.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801220.4600.320.29138.0735.6254.31
Hex61B47A2E0201D8a2436
Octal14126417256040352124466
Binary110000110110100111101010111001000001110110001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,180,122); }

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

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

 a { background-color: rgb(97,180,122); }

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

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

 span { border-color: rgb(97,180,122); }

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