#61B477

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

Shades of Fern #61B477

Tints of Fern #61B477

Color information

#61B477 (or 0x61B477) is unknown color: approx Fern. HEX triplet: 61, B4 and 77. RGB value is (97,180,119). Sum of RGB (Red+Green+Blue) = 97+180+119=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #61B477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B477 is #9E4B88. Grayscale: #949494. Windows color (decimal): -10374025 or 7844961. OLE color: 7844961.

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

Color convert

RGB97180119-
CMYK0.4600.340.29
HSL135.9º35.62%54.31%-
HSV(B)135.9º46.11%70.59%-
XYZ24.5836.5223.21-
YUV148.23111.591.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=24.49%
G=45.45%
B=30.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801190.4600.340.29135.935.6254.31
Hex61B4772E0221D882436
Octal14126416756042352104466
Binary110000110110100111011110111001000101110110001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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