#61B475

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

Shades of Fern #61B475

Tints of Fern #61B475

Color information

#61B475 (or 0x61B475) is unknown color: approx Fern. HEX triplet: 61, B4 and 75. RGB value is (97,180,117). Sum of RGB (Red+Green+Blue) = 97+180+117=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #61B475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B475 is #9E4B8A. Grayscale: #949494. Windows color (decimal): -10374027 or 7713889. OLE color: 7713889.

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

Color convert

RGB97180117-
CMYK0.4600.350.29
HSL134.46º35.62%54.31%-
HSV(B)134.46º46.11%70.59%-
XYZ24.4636.4722.58-
YUV148110.591.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=24.62%
G=45.69%
B=29.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801170.4600.350.29134.4635.6254.31
Hex61B4752E0231D862436
Octal14126416556043352064466
Binary110000110110100111010110111001000111110110000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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