#61A66F

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

Shades of Fern #61A66F

Tints of Fern #61A66F

Color information

#61A66F (or 0x61A66F) is unknown color: approx Fern. HEX triplet: 61, A6 and 6F. RGB value is (97,166,111). Sum of RGB (Red+Green+Blue) = 97+166+111=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #61A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A66F is #9E5990. Grayscale: #8B8B8B. Windows color (decimal): -10377617 or 7317089. OLE color: 7317089.

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

Color convert

RGB97166111-
CMYK0.4200.330.35
HSL132.17º27.94%51.57%-
HSV(B)132.17º41.57%65.1%-
XYZ21.4430.9619.89-
YUV139.1112.1497.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=25.94%
G=44.39%
B=29.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661110.4200.330.35132.1727.9451.57
Hex61A66F2A02123841c34
Octal14124615752041432043464
Binary110000110100110110111110101001000011000111000010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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