#61A66A

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

Shades of Fern #61A66A

Tints of Fern #61A66A

Color information

#61A66A (or 0x61A66A) is unknown color: approx Fern. HEX triplet: 61, A6 and 6A. RGB value is (97,166,106). Sum of RGB (Red+Green+Blue) = 97+166+106=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #61A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A66A is #9E5995. Grayscale: #8A8A8A. Windows color (decimal): -10377622 or 6989409. OLE color: 6989409.

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

Color convert

RGB97166106-
CMYK0.4200.360.35
HSL127.83º27.94%51.57%-
HSV(B)127.83º41.57%65.1%-
XYZ21.1730.8518.48-
YUV138.53109.6498.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=26.29%
G=44.99%
B=28.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661060.4200.360.35127.8327.9451.57
Hex61A66A2A02423801c34
Octal14124615252044432003464
Binary110000110100110110101010101001001001000111000000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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