#61C066

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

Shades of Fern #61C066

Tints of Fern #61C066

Color information

#61C066 (or 0x61C066) is unknown color: approx Fern. HEX triplet: 61, C0 and 66. RGB value is (97,192,102). Sum of RGB (Red+Green+Blue) = 97+192+102=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #61C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C066 is #9E3F99. Grayscale: #999999. Windows color (decimal): -10370970 or 6733921. OLE color: 6733921.

HSL color Cylindrical-coordinate representation of color #61C066: hue angle of 123.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C066 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB97192102-
CMYK0.4900.470.25
HSL123.16º42.99%56.67%-
HSV(B)123.16º49.48%75.29%-
XYZ26.1841.219.14-
YUV153.3399.0387.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 192 (75.39% from 255) = 49.10%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=24.81%
G=49.10%
B=26.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971921020.4900.470.25123.1642.9956.67
Hex61C0663102F197b2b39
Octal14130014661057311735371
Binary11000011100000011001101100010101111110011111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,102); }

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

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

 a { background-color: rgb(97,192,102); }

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

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

 span { border-color: rgb(97,192,102); }

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