#61BA73

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

Shades of Fern #61BA73

Tints of Fern #61BA73

Color information

#61BA73 (or 0x61BA73) is unknown color: approx Fern. HEX triplet: 61, BA and 73. RGB value is (97,186,115). Sum of RGB (Red+Green+Blue) = 97+186+115=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA73 is #9E458C. Grayscale: #979797. Windows color (decimal): -10372493 or 7584353. OLE color: 7584353.

HSL color Cylindrical-coordinate representation of color #61BA73: hue angle of 132.13º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA73 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB97186115-
CMYK0.4800.380.27
HSL132.13º39.21%55.49%-
HSV(B)132.13º47.85%72.94%-
XYZ25.5838.922.38-
YUV151.3107.5189.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 186 (73.05% from 255) = 46.73%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=24.37%
G=46.73%
B=28.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861150.4800.380.27132.1339.2155.49
Hex61BA73300261B842737
Octal14127216360046332044767
Binary110000110111010111001111000001001101101110000100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,115); }

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

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

 a { background-color: rgb(97,186,115); }

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

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

 span { border-color: rgb(97,186,115); }

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