#61A565

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

Shades of Fern #61A565

Tints of Fern #61A565

Color information

#61A565 (or 0x61A565) is unknown color: approx Fern. HEX triplet: 61, A5 and 65. RGB value is (97,165,101). Sum of RGB (Red+Green+Blue) = 97+165+101=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #61A565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A565 is #9E5A9A. Grayscale: #898989. Windows color (decimal): -10377883 or 6661473. OLE color: 6661473.

HSL color Cylindrical-coordinate representation of color #61A565: hue angle of 123.53º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A565 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB97165101-
CMYK0.4100.390.35
HSL123.53º27.42%51.37%-
HSV(B)123.53º41.21%64.71%-
XYZ20.7330.3917.09-
YUV137.37107.4799.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=26.72%
G=45.45%
B=27.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651010.4100.390.35123.5327.4251.37
Hex61A56529027237c1b33
Octal14124514551047431743363
Binary11000011010010111001011010010100111100011111110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,101); }

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

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

 a { background-color: rgb(97,165,101); }

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

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

 span { border-color: rgb(97,165,101); }

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