#61A75F

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

Shades of Fern #61A75F

Tints of Fern #61A75F

Color information

#61A75F (or 0x61A75F) is unknown color: approx Fern. HEX triplet: 61, A7 and 5F. RGB value is (97,167,95). Sum of RGB (Red+Green+Blue) = 97+167+95=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #61A75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A75F is #9E58A0. Grayscale: #8A8A8A. Windows color (decimal): -10377377 or 6268769. OLE color: 6268769.

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

Color convert

RGB9716795-
CMYK0.4200.430.35
HSL118.33º29.03%51.37%-
HSV(B)118.33º43.11%65.49%-
XYZ20.8131.0115.71-
YUV137.86103.8198.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 167 (65.62% from 255) = 46.52%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=27.02%
G=46.52%
B=26.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97167950.4200.430.35118.3329.0351.37
Hex61A75F2A02B23761d33
Octal14124713752053431663563
Binary11000011010011110111111010100101011100011111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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