#61A568

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

Shades of Fern #61A568

Tints of Fern #61A568

Color information

#61A568 (or 0x61A568) is unknown color: approx Fern. HEX triplet: 61, A5 and 68. RGB value is (97,165,104). Sum of RGB (Red+Green+Blue) = 97+165+104=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #61A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A568 is #9E5A97. Grayscale: #898989. Windows color (decimal): -10377880 or 6858081. OLE color: 6858081.

HSL color Cylindrical-coordinate representation of color #61A568: hue angle of 126.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A568 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB97165104-
CMYK0.4100.370.35
HSL126.18º27.42%51.37%-
HSV(B)126.18º41.21%64.71%-
XYZ20.8830.4517.87-
YUV137.71108.9798.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=26.50%
G=45.08%
B=28.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651040.4100.370.35126.1827.4251.37
Hex61A56829025237e1b33
Octal14124515051045431763363
Binary11000011010010111010001010010100101100011111111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,104); }

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

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

 a { background-color: rgb(97,165,104); }

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

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

 span { border-color: rgb(97,165,104); }

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