#61A464

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

Shades of Fern #61A464

Tints of Fern #61A464

Color information

#61A464 (or 0x61A464) is unknown color: approx Fern. HEX triplet: 61, A4 and 64. RGB value is (97,164,100). Sum of RGB (Red+Green+Blue) = 97+164+100=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #61A464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A464 is #9E5B9B. Grayscale: #888888. Windows color (decimal): -10378140 or 6595681. OLE color: 6595681.

HSL color Cylindrical-coordinate representation of color #61A464: hue angle of 122.69º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A464 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB97164100-
CMYK0.4100.390.36
HSL122.69º26.91%51.18%-
HSV(B)122.69º40.85%64.31%-
XYZ20.5130.0116.77-
YUV136.67107.399.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=26.87%
G=45.43%
B=27.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971641000.4100.390.36122.6926.9151.18
Hex61A46429027247b1b33
Octal14124414451047441733363
Binary11000011010010011001001010010100111100100111101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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