#61AF5D

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

Shades of Fern #61AF5D

Tints of Fern #61AF5D

Color information

#61AF5D (or 0x61AF5D) is unknown color: approx Fern. HEX triplet: 61, AF and 5D. RGB value is (97,175,93). Sum of RGB (Red+Green+Blue) = 97+175+93=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF5D is #9E50A2. Grayscale: #8E8E8E. Windows color (decimal): -10375331 or 6139745. OLE color: 6139745.

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

Color convert

RGB9717593-
CMYK0.4500.470.31
HSL117.07º33.88%52.55%-
HSV(B)117.07º46.86%68.63%-
XYZ22.2433.9915.75-
YUV142.33100.1695.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=26.58%
G=47.95%
B=25.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97175930.4500.470.31117.0733.8852.55
Hex61AF5D2D02F1F752235
Octal14125713555057371654265
Binary11000011010111110111011011010101111111111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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