#61A55F

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

Shades of Fern #61A55F

Tints of Fern #61A55F

Color information

#61A55F (or 0x61A55F) is unknown color: approx Fern. HEX triplet: 61, A5 and 5F. RGB value is (97,165,95). Sum of RGB (Red+Green+Blue) = 97+165+95=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #61A55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A55F is #9E5AA0. Grayscale: #888888. Windows color (decimal): -10377889 or 6268257. OLE color: 6268257.

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

Color convert

RGB9716595-
CMYK0.4100.420.35
HSL118.29º28%50.98%-
HSV(B)118.29º42.42%64.71%-
XYZ20.4530.2815.59-
YUV136.69104.4799.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=27.17%
G=46.22%
B=26.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97165950.4100.420.35118.292850.98
Hex61A55F2902A23761c33
Octal14124513751052431663463
Binary11000011010010110111111010010101010100011111011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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