#61B476

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

Shades of Fern #61B476

Tints of Fern #61B476

Color information

#61B476 (or 0x61B476) is unknown color: approx Fern. HEX triplet: 61, B4 and 76. RGB value is (97,180,118). Sum of RGB (Red+Green+Blue) = 97+180+118=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #61B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B476 is #9E4B89. Grayscale: #949494. Windows color (decimal): -10374026 or 7779425. OLE color: 7779425.

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

Color convert

RGB97180118-
CMYK0.4600.340.29
HSL135.18º35.62%54.31%-
HSV(B)135.18º46.11%70.59%-
XYZ24.5236.4922.89-
YUV148.1211191.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=24.56%
G=45.57%
B=29.87%

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
Decimal971801180.4600.340.29135.1835.6254.31
Hex61B4762E0221D872436
Octal14126416656042352074466
Binary110000110110100111011010111001000101110110000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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