#61A66C

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

Shades of Fern #61A66C

Tints of Fern #61A66C

Color information

#61A66C (or 0x61A66C) is unknown color: approx Fern. HEX triplet: 61, A6 and 6C. RGB value is (97,166,108). Sum of RGB (Red+Green+Blue) = 97+166+108=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #61A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A66C is #9E5993. Grayscale: #8A8A8A. Windows color (decimal): -10377620 or 7120481. OLE color: 7120481.

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

Color convert

RGB97166108-
CMYK0.4200.350.35
HSL129.57º27.94%51.57%-
HSV(B)129.57º41.57%65.1%-
XYZ21.2730.919.03-
YUV138.76110.6498.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=26.15%
G=44.74%
B=29.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661080.4200.350.35129.5727.9451.57
Hex61A66C2A02323821c34
Octal14124615452043432023464
Binary110000110100110110110010101001000111000111000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,108); }

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

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

 a { background-color: rgb(97,166,108); }

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

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

 span { border-color: rgb(97,166,108); }

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