#61A166

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

Shades of Fern #61A166

Tints of Fern #61A166

Color information

#61A166 (or 0x61A166) is unknown color: approx Fern. HEX triplet: 61, A1 and 66. RGB value is (97,161,102). Sum of RGB (Red+Green+Blue) = 97+161+102=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #61A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A166 is #9E5E99. Grayscale: #878787. Windows color (decimal): -10378906 or 6725985. OLE color: 6725985.

HSL color Cylindrical-coordinate representation of color #61A166: hue angle of 124.69º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A166 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB97161102-
CMYK0.4000.370.37
HSL124.69º25.4%50.59%-
HSV(B)124.69º39.75%63.14%-
XYZ20.0728.9917.11-
YUV135.14109.3100.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=26.94%
G=44.72%
B=28.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971611020.4000.370.37124.6925.450.59
Hex61A16628025257d1933
Octal14124114650045451753163
Binary11000011010000111001101010000100101100101111110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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