#61A862

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

Shades of Fern #61A862

Tints of Fern #61A862

Color information

#61A862 (or 0x61A862) is unknown color: approx Fern. HEX triplet: 61, A8 and 62. RGB value is (97,168,98). Sum of RGB (Red+Green+Blue) = 97+168+98=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #61A862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A862 is #9E579D. Grayscale: #8B8B8B. Windows color (decimal): -10377118 or 6465633. OLE color: 6465633.

HSL color Cylindrical-coordinate representation of color #61A862: hue angle of 120.85º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A862 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB9716898-
CMYK0.4200.420.34
HSL120.85º28.98%51.96%-
HSV(B)120.85º42.26%65.88%-
XYZ21.1431.4316.51-
YUV138.79104.9898.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=26.72%
G=46.28%
B=27.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal97168980.4200.420.34120.8528.9851.96
Hex61A8622A02A22791d34
Octal14125014252052421713564
Binary11000011010100011000101010100101010100010111100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,168,98); }

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

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

 a { background-color: rgb(97,168,98); }

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

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

 span { border-color: rgb(97,168,98); }

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