#616A20

Color #616A20 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #616A20

Tints of Fiji Green #616A20

Color information

#616A20 (or 0x616A20) is unknown color: approx Fiji Green. HEX triplet: 61, 6A and 20. RGB value is (97,106,32). Sum of RGB (Red+Green+Blue) = 97+106+32=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #616A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A20 is #9E95DF. Grayscale: #5F5F5F. Windows color (decimal): -10393056 or 2124385. OLE color: 2124385.

HSL color Cylindrical-coordinate representation of color #616A20: hue angle of 67.3º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #616A20 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB9710632-
CMYK0.0800.700.58
HSL67.3º53.62%27.06%-
HSV(B)67.3º69.81%41.57%-
XYZ10.3412.953.32-
YUV94.8792.52129.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=41.28%
G=45.11%
B=13.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97106320.0800.700.5867.353.6227.06
Hex616A2080463A43361b
Octal14115240100106721036633
Binary11000011101010100000100001000110111010100001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A20; }

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

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

<style>
 a { background-color: #616A20; }

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

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

<style>
 span { border-color: #616A20; }

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

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