#61A66D

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

Shades of Fern #61A66D

Tints of Fern #61A66D

Color information

#61A66D (or 0x61A66D) is unknown color: approx Fern. HEX triplet: 61, A6 and 6D. RGB value is (97,166,109). Sum of RGB (Red+Green+Blue) = 97+166+109=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #61A66D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A66D is #9E5992. Grayscale: #8B8B8B. Windows color (decimal): -10377619 or 7186017. OLE color: 7186017.

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

Color convert

RGB97166109-
CMYK0.4200.340.35
HSL130.43º27.94%51.57%-
HSV(B)130.43º41.57%65.1%-
XYZ21.3330.9219.31-
YUV138.87111.1498.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 166 (65.23% from 255) = 44.62%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=26.08%
G=44.62%
B=29.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661090.4200.340.35130.4327.9451.57
Hex61A66D2A02223821c34
Octal14124615552042432023464
Binary110000110100110110110110101001000101000111000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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