#61AF74

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

Shades of Fern #61AF74

Tints of Fern #61AF74

Color information

#61AF74 (or 0x61AF74) is unknown color: approx Fern. HEX triplet: 61, AF and 74. RGB value is (97,175,116). Sum of RGB (Red+Green+Blue) = 97+175+116=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF74 is #9E508B. Grayscale: #919191. Windows color (decimal): -10375308 or 7647073. OLE color: 7647073.

HSL color Cylindrical-coordinate representation of color #61AF74: hue angle of 134.62º 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 #61AF74 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB97175116-
CMYK0.4500.340.31
HSL134.62º32.77%53.33%-
HSV(B)134.62º44.57%68.63%-
XYZ23.4134.4621.94-
YUV144.95111.6693.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=25%
G=45.10%
B=29.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751160.4500.340.31134.6232.7753.33
Hex61AF742D0221F872135
Octal14125716455042372074165
Binary110000110101111111010010110101000101111110000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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