#61B469

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

Shades of Fern #61B469

Tints of Fern #61B469

Color information

#61B469 (or 0x61B469) is unknown color: approx Fern. HEX triplet: 61, B4 and 69. RGB value is (97,180,105). Sum of RGB (Red+Green+Blue) = 97+180+105=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #61B469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B469 is #9E4B96. Grayscale: #929292. Windows color (decimal): -10374039 or 6927457. OLE color: 6927457.

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

Color convert

RGB97180105-
CMYK0.4600.420.29
HSL125.78º35.62%54.31%-
HSV(B)125.78º46.11%70.59%-
XYZ23.836.219.1-
YUV146.63104.592.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 180 (70.70% from 255) = 47.12%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=25.39%
G=47.12%
B=27.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801050.4600.420.29125.7835.6254.31
Hex61B4692E02A1D7e2436
Octal14126415156052351764466
Binary11000011011010011010011011100101010111011111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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