#61C670

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

Shades of Fern #61C670

Tints of Fern #61C670

Color information

#61C670 (or 0x61C670) is unknown color: approx Fern. HEX triplet: 61, C6 and 70. RGB value is (97,198,112). Sum of RGB (Red+Green+Blue) = 97+198+112=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #61C670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C670 is #9E398F. Grayscale: #9E9E9E. Windows color (decimal): -10369424 or 7390817. OLE color: 7390817.

HSL color Cylindrical-coordinate representation of color #61C670: hue angle of 128.91º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C670 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB97198112-
CMYK0.5100.430.22
HSL128.91º46.98%57.84%-
HSV(B)128.91º51.01%77.65%-
XYZ28.0544.122.36-
YUV158102.0484.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=23.83%
G=48.65%
B=27.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971981120.5100.430.22128.9146.9857.84
Hex61C6703302B16812f3a
Octal14130616063053262015772
Binary110000111000110111000011001101010111011010000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,198,112); }

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

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

 a { background-color: rgb(97,198,112); }

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

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

 span { border-color: rgb(97,198,112); }

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