#61A266

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

Shades of Fern #61A266

Tints of Fern #61A266

Color information

#61A266 (or 0x61A266) is unknown color: approx Fern. HEX triplet: 61, A2 and 66. RGB value is (97,162,102). Sum of RGB (Red+Green+Blue) = 97+162+102=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #61A266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A266 is #9E5D99. Grayscale: #878787. Windows color (decimal): -10378650 or 6726241. OLE color: 6726241.

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

Color convert

RGB97162102-
CMYK0.4000.370.36
HSL124.62º25.9%50.78%-
HSV(B)124.62º40.12%63.53%-
XYZ20.2529.3417.17-
YUV135.72108.97100.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=26.87%
G=44.88%
B=28.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621020.4000.370.36124.6225.950.78
Hex61A26628025247d1a33
Octal14124214650045441753263
Binary11000011010001011001101010000100101100100111110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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