#61AA64

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

Shades of Fern #61AA64

Tints of Fern #61AA64

Color information

#61AA64 (or 0x61AA64) is unknown color: approx Fern. HEX triplet: 61, AA and 64. RGB value is (97,170,100). Sum of RGB (Red+Green+Blue) = 97+170+100=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA64 is #9E559B. Grayscale: #8C8C8C. Windows color (decimal): -10376604 or 6597217. OLE color: 6597217.

HSL color Cylindrical-coordinate representation of color #61AA64: hue angle of 122.47º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA64 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB97170100-
CMYK0.4300.410.33
HSL122.47º30.04%52.35%-
HSV(B)122.47º42.94%66.67%-
XYZ21.632.2117.14-
YUV140.19105.3297.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=26.43%
G=46.32%
B=27.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701000.4300.410.33122.4730.0452.35
Hex61AA642B029217a1e34
Octal14125214453051411723664
Binary11000011010101011001001010110101001100001111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,170,100); }

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

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

 a { background-color: rgb(97,170,100); }

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

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

 span { border-color: rgb(97,170,100); }

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