#61A065

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

Shades of Fern #61A065

Tints of Fern #61A065

Color information

#61A065 (or 0x61A065) is unknown color: approx Fern. HEX triplet: 61, A0 and 65. RGB value is (97,160,101). Sum of RGB (Red+Green+Blue) = 97+160+101=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #61A065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A065 is #9E5F9A. Grayscale: #868686. Windows color (decimal): -10379163 or 6660193. OLE color: 6660193.

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

Color convert

RGB97160101-
CMYK0.3900.370.37
HSL123.81º24.9%50.39%-
HSV(B)123.81º39.38%62.75%-
XYZ19.8528.6216.79-
YUV134.44109.13101.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 160 (62.89% from 255) = 44.69%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=27.09%
G=44.69%
B=28.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971601010.3900.370.37123.8124.950.39
Hex61A06527025257c1932
Octal14124014547045451743162
Binary11000011010000011001011001110100101100101111110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,160,101); }

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

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

 a { background-color: rgb(97,160,101); }

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

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

 span { border-color: rgb(97,160,101); }

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