#61A26A

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

Shades of Fern #61A26A

Tints of Fern #61A26A

Color information

#61A26A (or 0x61A26A) is unknown color: approx Fern. HEX triplet: 61, A2 and 6A. RGB value is (97,162,106). Sum of RGB (Red+Green+Blue) = 97+162+106=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #61A26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A26A is #9E5D95. Grayscale: #888888. Windows color (decimal): -10378646 or 6988385. OLE color: 6988385.

HSL color Cylindrical-coordinate representation of color #61A26A: hue angle of 128.31º 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 #61A26A is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB97162106-
CMYK0.4000.350.36
HSL128.31º25.9%50.78%-
HSV(B)128.31º40.12%63.53%-
XYZ20.4529.4218.24-
YUV136.18110.97100.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=26.58%
G=44.38%
B=29.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621060.4000.350.36128.3125.950.78
Hex61A26A2802324801a33
Octal14124215250043442003263
Binary110000110100010110101010100001000111001001000000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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