#61A96F

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

Shades of Fern #61A96F

Tints of Fern #61A96F

Color information

#61A96F (or 0x61A96F) is unknown color: approx Fern. HEX triplet: 61, A9 and 6F. RGB value is (97,169,111). Sum of RGB (Red+Green+Blue) = 97+169+111=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #61A96F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A96F is #9E5690. Grayscale: #8D8D8D. Windows color (decimal): -10376849 or 7317857. OLE color: 7317857.

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

Color convert

RGB97169111-
CMYK0.4300.340.34
HSL131.67º29.51%52.16%-
HSV(B)131.67º42.6%66.27%-
XYZ21.9932.0720.07-
YUV140.86111.1596.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=25.73%
G=44.83%
B=29.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691110.4300.340.34131.6729.5152.16
Hex61A96F2B02222841e34
Octal14125115753042422043664
Binary110000110101001110111110101101000101000101000010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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