#61B464

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

Shades of Fern #61B464

Tints of Fern #61B464

Color information

#61B464 (or 0x61B464) is unknown color: approx Fern. HEX triplet: 61, B4 and 64. RGB value is (97,180,100). Sum of RGB (Red+Green+Blue) = 97+180+100=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #61B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B464 is #9E4B9B. Grayscale: #929292. Windows color (decimal): -10374044 or 6599777. OLE color: 6599777.

HSL color Cylindrical-coordinate representation of color #61B464: hue angle of 122.17º 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 #61B464 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB97180100-
CMYK0.4600.440.29
HSL122.17º35.62%54.31%-
HSV(B)122.17º46.11%70.59%-
XYZ23.5536.117.78-
YUV146.0610293-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=25.73%
G=47.75%
B=26.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801000.4600.440.29122.1735.6254.31
Hex61B4642E02C1D7a2436
Octal14126414456054351724466
Binary11000011011010011001001011100101100111011111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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