#61AF60

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

Shades of Fern #61AF60

Tints of Fern #61AF60

Color information

#61AF60 (or 0x61AF60) is unknown color: approx Fern. HEX triplet: 61, AF and 60. RGB value is (97,175,96). Sum of RGB (Red+Green+Blue) = 97+175+96=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF60 is #9E509F. Grayscale: #8E8E8E. Windows color (decimal): -10375328 or 6336353. OLE color: 6336353.

HSL color Cylindrical-coordinate representation of color #61AF60: hue angle of 119.24º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF60 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB9717596-
CMYK0.4500.450.31
HSL119.24º33.05%53.14%-
HSV(B)119.24º45.14%68.63%-
XYZ22.3734.0516.46-
YUV142.67101.6695.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 175 (68.75% from 255) = 47.55%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=26.36%
G=47.55%
B=26.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97175960.4500.450.31119.2433.0553.14
Hex61AF602D02D1F772135
Octal14125714055055371674165
Binary11000011010111111000001011010101101111111110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,96); }

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

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

 a { background-color: rgb(97,175,96); }

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

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

 span { border-color: rgb(97,175,96); }

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