#61AF72

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

Shades of Fern #61AF72

Tints of Fern #61AF72

Color information

#61AF72 (or 0x61AF72) is unknown color: approx Fern. HEX triplet: 61, AF and 72. RGB value is (97,175,114). Sum of RGB (Red+Green+Blue) = 97+175+114=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF72 is #9E508D. Grayscale: #909090. Windows color (decimal): -10375310 or 7516001. OLE color: 7516001.

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

Color convert

RGB97175114-
CMYK0.4500.350.31
HSL133.08º32.77%53.33%-
HSV(B)133.08º44.57%68.63%-
XYZ23.334.4221.33-
YUV144.72110.6693.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=25.13%
G=45.34%
B=29.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751140.4500.350.31133.0832.7753.33
Hex61AF722D0231F852135
Octal14125716255043372054165
Binary110000110101111111001010110101000111111110000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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