#61A360

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

Shades of Fern #61A360

Tints of Fern #61A360

Color information

#61A360 (or 0x61A360) is unknown color: approx Fern. HEX triplet: 61, A3 and 60. RGB value is (97,163,96). Sum of RGB (Red+Green+Blue) = 97+163+96=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #61A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A360 is #9E5C9F. Grayscale: #878787. Windows color (decimal): -10378400 or 6333281. OLE color: 6333281.

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

Color convert

RGB9716396-
CMYK0.4000.410.36
HSL119.1º26.69%50.78%-
HSV(B)119.1º41.1%63.92%-
XYZ20.1429.5815.71-
YUV135.63105.63100.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 163 (64.06% from 255) = 45.79%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=27.25%
G=45.79%
B=26.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97163960.4000.410.36119.126.6950.78
Hex61A3602802924771b33
Octal14124314050051441673363
Binary11000011010001111000001010000101001100100111011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,96); }

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

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

 a { background-color: rgb(97,163,96); }

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

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

 span { border-color: rgb(97,163,96); }

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